What is an example of a constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
Is delete, next, main, exit or null keyword in java?
What are sets in java?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
How to declare an arraylist in java?
Does 'true' and 'false' are keywords?
What are the two ways in which thread can be created?
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
What is the size of arraylist in java?
How do you override a private method in java?
What is the return type of the main method?
What is the difference between a choice and a list?
How can we run a java program without making any object?