Answer Posted / 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 |
Post New Answer View All Answers
what is anonymous class in java?
Does the order of public and static declaration matter in main method?
What is the purpose of a volatile variable?
What about instanceof operator in java?
Is java code slower than native code?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is the generic class?
What is io stream in java?
What is the difference between error and an exception?
what is meant by Byte code concept in Java?
What about member inner classes?
What is substring 1 in java?
What is class forname used for?
Can we define package statement after import statement in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?