How garbage collection is done in java?


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

Post New Answer

More Core Java Interview Questions

where do we use init()

2 Answers  


What is a boolean structure?

0 Answers  


What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?

1 Answers  


Why do we need data serialization?

0 Answers  


why is multiple inheritance not allowed in java?

7 Answers   Elementus Technologies, Huawei, Infosys,






What is the type of lambda expression?

0 Answers  


If two threads have same priority which thread will be executed first ?

0 Answers  


Is nan false?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Any one can explain how the inerface uses in java. give with example.

1 Answers   IBM,


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


What is the difference in between cpp and java? Can u explain in detail?

0 Answers  


Categories