What is the old name of java?
Explain about the dynamic behavior of core java?
What are java packages? What is the significance of packages?
What is hotjava?
Is oracle charging for java?
What is an argument java?
What is called module?
What do you mean by local class?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
Can we override the overloaded method?
What is threaded programming and when is it used? : Java thread
Explain role of constructor in a java application?
How to call one constructor from the other constructor ?