what really hapens when a object is created using new
operator?
1.is it allocates memory to all variables and methods in
the class with reference to that object?
Answer Posted / joker
more precisely to non static variables..
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to implement a multithreaded applet?
What restrictions are placed on method overriding in java programming?
Explain the difference between extends thread vs implements runnable in java?
How do you avoid global variables?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What are the 4 types of research methods?
What is a text string?
What is difference between protected and private?
Is java written in c?
What is use of super keyword?
How are multiple inheritances done in Java?
What is string pooling concept?
What package is math in java?
How do you clear an arraylist in java?
Can we have return statement in finally clause? What will happen?