Can we declare register variable as global?
Is null a keyword in java?
Why are constructors used?
What restrictions are placed on method overloading in java programming?
What do you mean by a JVM?
I don’t want my class to be inherited by any other class. What should I do?
Can a class have multiple constructors?
What is a parameter example?
Can we declare main () method as non static?
Can we override static methods?
18 Answers Bally Technologies,
Can u write constructor in abstract.If yes den when it will be invoked.
What is meant by collection in java?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?