Answer Posted / kaasi
it's a keyword which can do a specific functionality on
thread concepts
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What must a class do to implement an interface?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the diff types of exception?
Is jvm a overhead?
What is the difference between session and entity beans?
What is prototype?
Which javutil classes and interfaces support event handling?
Can I have an action without a form?
What is jboss?
the same information whether it will connect to the database or it will be used previous information?
Why a client should be multithreading? Explain.
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are JTA/JTS and how they used by client?
why static class in java
Define the remote object implementation?