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 |
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
What restrictions are placed on method overloading in java programming?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Does chrome use java?
What are Encapsulation, Polymorphism and Inheritance?
Write a java program to count the number of words present in a string?
What is the structure of java?
Give us the name of the list layoutmanagers in java?
Why are lists ordered in java?
what is collatration?
What is floating data type?
What is append in java?