Explain the difference between getAppletInfo and
getParameterInfo?
Answer / sathya
The getAppletInfo() method will return a string that
describes the applet. The getParameterInfo() method will
return an array of string arrays that specify the name,
type, and description of each parameter.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain the difference between throw and throws in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
How does a for loop work java?
Explain exception chaining in java?
What for read() function?
In java how do we copy objects?
Why java strings are immutable in nature?
Is java an open source?
What is difference between protected and private?
How Array List can be Serialized.
Which sorting algorithm is in place?
What is a programming object?