Answer Posted / guest
init() func is used in applets it is a method of applet
class and we need to override this method...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is meant by class and object in java?
Can we execute a program without main?
Can we override final method?
What is meant by object?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Do loops java?
Does java set allow duplicates?
According to java operator precedence, which operator is considered to be with highest precedence?
What is subsequence of a string?
How would you convert bytes to string?
Differentiate between static and non-static methods in java.
How to obtain a performance profile of java program
How does sublist works in java?
Is there is any difference between a scrollbar and a scrollpane?
What is the significance of continue jump statement? Explain with an example.