Answer Posted / 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 |
Post New Answer View All Answers
What is serialversionuid?
what is the volatile modifier for? : Java thread
What access modifiers can be used for methods?
Is it possible to compare various strings with the help of == operator?
How do you define a method?
Why do we need variables?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is an example of a boolean?
How many types of methods are there?
What is the list interface?
How can you share data between two thread in Java?
What is class variable java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Explain implementation and how is it different from conversion?
Can a list be null in java?