What is the root class for all Java classes?
Answers were Sorted based on User's Feedback
Answer / keerthi
Any class that is written in java is aby default sub class to object class
Is This Answer Correct ? | 19 Yes | 2 No |
Answer / srinivas
object class is the root class for all java classes
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / bharath kumar indla
The Object class, in the java.lang package, sits at the top of the class hierarchy tree. Every class is a descendant, direct or indirect, of the Object class.
Is This Answer Correct ? | 0 Yes | 1 No |
Can we override private method?
what is the diff between Servletcontext and servletconfig?
How many ways can we create singleton class?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
can any body tell me? does advance java and j2ee both are same.
What is e in java?
What is difference between overloading and overriding?
What is the main purpose of java?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
What is JAVA? Why it is platform independent?
What is command line argument in java?