What is static data type in java?


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

Post New Answer

More Core Java Interview Questions

adapter class ?

2 Answers  


What is an interface in java? Explain

0 Answers  


Why can't we make a class private in java?

0 Answers  


Can we pass a primitive type by reference in java? How

0 Answers  


In what types of operations an ArithmeticException will be thrown?

3 Answers  






What happens if we don’t define serial version uid?

0 Answers  


Is there any case when finally will not be executed?

0 Answers  


What value is a variable of the string type automatically initialized?

0 Answers  


Why use string handling in Java?

0 Answers   HCL,


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  


What is type conversion in java?

0 Answers  


Why java does not supports multiple inheritance?

3 Answers   TCS, VSoft,


Categories