Answer Posted / pkr_reddy
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 58 Yes | 13 No |
Post New Answer View All Answers
When is finally block not called?
What is anagram in java?
Explain what are final variable in java?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
How to call one constructor from the other constructor ?
Is 0 an irrational number?
What is string english?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
How to create a custom exception?
What do you mean by Function Overloading in java?
What does void * mean?
What is the use of accept () method in java?
How will you reverse a link list without using recursion?
Can a main method be overloaded?
What happens when heap memory is full?