How can you say java is object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
Is null keyword in java?
What is an example of a boolean?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
What is a locale?
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?
what is object-oriented programming in java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
What is the default value of float and double datatype in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is null == null in java?
What is ‘is-a ‘ relationship in java?
Explain the difference between abstract class and interface in java?