Answer Posted / pramod kumar
1.LOCAL APPLET
2.REMOTE APPLET
Difference is that local applet operate in single machine
browser which is not connected in network,while remote
applet poerate over internet via network.
| Is This Answer Correct ? | 43 Yes | 2 No |
Post New Answer View All Answers
What is the difference between an array and an array list?
What is preparedstatement in java?
What are java methods?
How can we make sure main() is the last thread to finish in java program?
What are the uses of synchronized keyword?
Can private members of a base class are inheritable justify?
Can you start a thread twice in Java?
Why is a singleton bad?
Why synchronization is important in java?
Why should I use abstract class?
What is static in java?
What is the size of an array?
How many bits is a string?
What is java util function?
What is passed by reference and pass by value ?