What is private protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
In case of inheritance what is the execution order of constructor and destructor?
Why Over riding is Run Time Polymorphism?
How do you take thread dump in java?
What is hashmap in java?
What are recursive functions?
Can you instantiate the math class?
Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
how to minimize the functionality to will not force garbage collector?
What is a class object?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
Can you extend main method in java?
Write a program to find maximum and minimum number in array?