types of applets?.
Answers were Sorted based on User's Feedback
Answer / ravichandra
there are two types of applets are there.
1.local applets:these applets are run within the browser.
2.remote applets:these appltes are run on the internet.
| Is This Answer Correct ? | 149 Yes | 13 No |
Answer / dipil t t
1.local applets:these applets are run within the browser.
2.remote applets:these appltes are run on the internet.
| Is This Answer Correct ? | 92 Yes | 16 No |
Answer / 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 |
Answer / 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 |
Answer / sudheer
APPLETS ARE 2 TYPES ,THEY ARE
1)LOCAL APPLETS
2)REMOTE APPLETS
| Is This Answer Correct ? | 43 Yes | 3 No |
Answer / onam
local applets are those which are stored on your computer system and while accessing them you dont need to connect with the internet.
while remote applets are those which are not on your computer and to access them you need to connect with the internet.
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / rakesh
there are two types of applet
1>signed or trusted applet
2>unsigned or untrusted applet
| Is This Answer Correct ? | 14 Yes | 32 No |
What is nested loop? What is dangling else condition in it?
Which command from the jdk compiles a java program?
Difference between object and reference?
What is the basic difference between string and stringbuffer object?
What is the difference between stringbuffer and stringbuilder class?
What is a lock or purpose of locks in java?
Can we compare two strings in java?
What method is used to compare two strings ?
Why cant we define System.out.println() inside a class directly?
what is unreachable code problem in multiple catch statements
Why generics are used in java?
what is the difference between Object Based Language and Object Oriented Language?