Answer Posted / 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 |
Post New Answer View All Answers
What language is java written?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is a generic data type?
what is the difference between a threads start() and run() methods? : Java thread
Explain the difference between an Interface and an Abstract class?
What is string data type?
What is java in simple terms?
What is the difference between static method and instance method in Java?
What is an 8 bit word?
What is the difference between jdk, jre, and jvm?
Can you make a constructor final in Java?
What is the use of static methods?
What is function and method in java?
What are different types of states exist for a thread?
What is the use of StringTokenizer class?