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
Can a constructor have different name than a class name in java?
What is the functionality of the stub?
Which collections are thread safe in java?
What do u mean by variable?
Explain about data types?
What is Java Reflection API? Why it’s so important to have?
When arithmeticexception is thrown?
Which is better stringbuffer or stringbuilder?
Can we define private and protected modifiers for the members in interfaces?
What are the 8 data types in java?
What do you mean by synchronized non access modifier?
What are thread priorities and importance of thread priorities in java?
What is the use of inner class?
What are keywords give examples?
Is arraylist dynamic in java?