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
How many types of string data types are there?
What is quick sort in java?
Explain the JDB in depth & command line.
What is meant by stack and queue?
Can an integer be null java?
Explain enumeration in java?
Is class is a data type?
Can we use catch statement for checked exceptions?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Can bool be null?
How do you write a good declaration?
What is meant by distributed application? Why are we using that in our application?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is the use of toarray () in java?
What is module in project?