what is the difference between object and class
Answer Posted / hong
What kind of members they can refer to:
Class - only static members;
Object - all members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is string args [] in java?
Explain wait() method of object class ?
What are untrusted applets?
Explain the init method?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is the purpose of the main method?
What is autoboxing in java?
Why do we need array in java?
Does java allow overriding static methods ?
Can we define a package statement after the import statement in java?
Define jit compiler?
What are 5 boolean operators?
What is the difference between dom and sax parser in java?
What is string syntax?
what is session in java?