What is an iterator java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between comparator and comparable in java?
What are some examples of variable costs?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
What does provide mean construction?
What is the access scope of protected access specifier?
worst case complexities of Quick sort and Merge sort.
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Which java ide is used the most?
what is class.forname() and how it will be useful ?
what is default constructor and parameterised constructor with example?
i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance
In case of inheritance what is the execution order of constructor and destructor?