What is == in java?
No Answer is Posted For this Question
Be the First to Post Answer
why ,we are using jsp and html.which one is better?
What is byte [] in java?
What is instance synchronization?
Explain wait() method of object class ?
Explain the difference between an object-oriented programming language and object-based programming language?
What is the entry point in Java, and how is it written?
why Runnable interface is preferable than extending the Thread class?
7 Answers Aizza, College School Exams Tests, Sybrant Technologies, Wipro,
What are the limitations for static method?
What are the various access specifiers in java?
What is map and hashmap? also tell the difference.
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
How to Sort Strings which are given in List and display in ascending order without using java api.