V
Q. What is the result of the following code snippet? class Parent { static void display() { System.out.println("Parent"); } } class Child extends Parent { public static void main(String[] args) { Child obj = new Child(); obj.display(); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The class used to encapsulate fonts is
Q. What will happen if two thread of same priority are called to be processed simultaneously?
Q. Which of the following is not provided by BigDecimal?
Q. What is the output of the below Java program?
Q. Which one of the following contains date information?
Q. What is it called if an object has its own lifecycle and there is no owner?
Q. A class is declared by use of the ________ keyword.
Q. What is the value of a [3] as the result of the following array declaration?
Q. Which attribute is used to specify class name of the bean?
Discusssion
Login to discuss.