What is AppletStub?
Answer / shweta sharma
AppletStub is the java.applet interface . This interface is
used to implement an applet viewer. It is not normally used
by applet programmers.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is functional interface in java?
What state is a thread in when it is executing?
Difference between Interface & Abstract class?
Can we use return in constructor?
Why do we use variables?
How to do encapsulation in java?
What is primitive array?
what is object slice?
What is boolean keyword in java?
Can you declare the main method as final?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
how to call one program .class file in another program