Explanatory Question
Identify the statements listed below as assignment, increment, method invocation or object creation statements.
- System.out.println("Java");
- costPrice = 457.50;
- Car hybrid = new Car();
- petrolPrice++;
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.