Explain the Propertie sof class?


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

Post New Answer

More Core Java Interview Questions

What is vector capacity in java?

0 Answers  


Can you use this() and super() both in a constructor?

0 Answers  


Why java is not a pure object oriented language?

5 Answers   IBM,


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


How to sort array of 0 and 1 in java?

0 Answers  






Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is the difference between conversation & casting?

0 Answers  


Why are variables important in research?

0 Answers  


What is the difference between break and continue statements?

0 Answers  


What are the methods available in a class?

0 Answers  


Can constructor be protected in java?

0 Answers  


What is final modifier?

0 Answers  


Categories