What is java and their uses?
No Answer is Posted For this Question
Be the First to Post Answer
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
what is meant by encapsulation?
Can an interface have a class?
y cant i declare method like public final static show()
What are inner classes or non static nested classes in java?
How to create an immutable class?
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?
why java does not contain pointers?
What is JFC?
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?
what are variables in java
How can you share data between two thread in Java?