What is a native method in java programming?
What is a variable declaration?
How to override a equals() method and what is the use?
What's the purpose of using break in each case of switch statement?
How finally used under exception handling?
What does bitwise or mean?
What is assembly used for?
What is method and methodology?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
Name four container classes.
What are listeners in java and explain ?
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. */ }
Explain, java is compatible with all servers but not all browsers?