Answer Posted / guest
yes because everyone is which is related to networking are
implemented by an applet
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Difference between loadclass and class.forname?
What is synchronization and why is it important?
Why are my checkboxes not being set from on to off?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the oops concept?
Can constructors be synchronized in java?
What does module-relative mean?
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 is the difference between RMI and Corba?
what is a non-repeatable read?
What’s jboss cache in short?
What are transaction attributes?
What are the pros and cons of detached objects?
How are the elements of a cardlayout organized?
What restrictions are placed on the location of a package statement within a source code file?