what is difference between class and object?
Answer Posted / shashank
Class cannot be passed as a prameter or orguments,
But object can be passed as argument or parameter.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What do you mean by byte code?
What if I write static public void instead of public static void in java?
Explain illegalmonitorstateexception and when it will be thrown?
Does java set allow duplicates?
How do you create a null object?
What is garbage collector?
Can we write multiple catch blocks under single try block?
What is the java reflection api? Why it’s so important to have?
What is visibility mode?
When arithmeticexception is thrown?
Can a top level class be private or protected?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What best practices should you follow while writing multithreaded code in java?
How do you declare a string variable?
What is an example of a conditional statement?