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 does flagged out mean?
When does a class need a virtual destructor?
Why deletion in linkedlist is fast than arraylist?
How will you serialize a singleton class without violating singleton pattern?
Explain method overloading?
Is it possible to instantiate the abstract class?
Define inheritance?
What is a programming object?
Is namespace same as package in java?
What is identifier give example?
Explain importance of throws keyword in java?
What does += mean in java?
5 Coding best practices you learned in java?
What is a local, member and a class variable?
What is constant in programming?