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 |
How can you say java is object oriented?
What is method reference in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Is logger a singleton?
Can a class be subclass of itself?
What is the benefit of using enum to declare a constant?
What is java regex?
Can a main method be declared final?
Explain about field hiding in java?
What is thread priority?
when everything can be done by static block then why do we use main method?.
Why are the methods of the Math class are static?