What is lifetime variable?


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

Post New Answer

More Core Java Interview Questions

What is regex in java?

0 Answers  


What is the disadvantage of synchronization?

0 Answers  


What causes memory leak in java?

0 Answers  


How do you decide when to use arraylist and linkedlist?

0 Answers  


What is a predicate method?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Why main() method is public, static and void in java ?

0 Answers  


What are the restrictions that are applied to the java static methods?

0 Answers  


Can we catch more than one exception in a single catch block?

0 Answers  


Can we use static class instead of singleton?

0 Answers  


What is the base class of all exception classes?

0 Answers  


Is java a security risk?

0 Answers  


Categories