Which of the following classes will have more memory allocated?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain creating threads by extending thread class ?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


When parseint method can be used?

0 Answers  


Which object oriented concept is achieved by using overloading and overriding?

0 Answers  


When finalize method is called?

3 Answers  






Can inner class have constructor?

0 Answers  


Write a program to print fibonacci series up to count 10.

0 Answers  


What is exception and error? and what is the difference between them?

2 Answers  


Why are pointers not secure?

0 Answers  


What is the use of private static?

0 Answers  


Why generics are used in java?

0 Answers  


In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?

5 Answers  


Categories