What is the use of protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
make a method which any number and any type of argument and print sum of that arguments.....
Can we inherit inner class?
Name the types of mouse event listeners ?
Is boolean a data type in java?
What does java ide mean?
What are some examples of variable costs?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What is the finalize method do?
What is java util collection?
What one should take care of, while serializing the object?
What is stack example?