Answer Posted / vamsi
jdk:java devlopement Kit
jvm:java verchuval machine
class:class is model for creating objects,it is a physically
not exist in the world
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are loops in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Can you declare a private method as static?
What is immutable state?
Can the garbage collection be forced by any means?
What is space character in java?
Can we define private and protected modifiers for variables in interfaces?
What is an escape character in java?
What is hash in java?
What are the topics in advance java?
Can you have two constructors in java?
What do you understand by synchronization?
What are the 4 versions of java?
When arithmeticexception is thrown?
What is collections framework?