Answer Posted / ravi
jspinit();
jspservice();
jspdestroy();
| Is This Answer Correct ? | 36 Yes | 20 No |
Post New Answer View All Answers
what is the constructor and how many types of constructors are used in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is stack example?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Can an unreferenced object be referenced again?
Write a program to find the greatest of three numbers in java?
What is byte data type?
Tell me the latest versions in java related areas?
Is java based on c?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
what is a working thread? : Java thread
Can an arraylist be empty?
Mention the default values of all the elements of an array defined as an instance variable.
What is difference between stringbuffer and string?
Is null an object in java?