Answer Posted / shridhar shelake
Remember "Every APPLET act as a Browser"
and File extension os applet is .HTML
as question held types of applet it is simple.
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 ? | 51 Yes | 4 No |
Post New Answer View All Answers
What are three types of loops in java?
What do you mean by byte code?
How do you define a variable?
Does java isempty check for null?
How do you invoke a method?
Can a constructor be private and how are this() and super() method used with constructor?
What do you mean by stack?
What does the “static” keyword mean? Can you override private or static method in java?
Why we use multi threading instead of multiprocessing?
What is the use of private static?
What is the default value of byte datatype in java?
What is the lifetime and scope of a variable?
How does linkedlist work in java?
What is floor in java?
What is the use of parse function in java?