How many types of modifiers are there?
There are two types of modifiers as 1. Access-modifier and 2. Non-access-modifier
| Is This Answer Correct ? | 5 Yes | 0 No |
What is polymorphism in java? What are the kinds of polymorphism?
What is the use of volatile in java?
What is the access scope of protected access specifier?
Are static members inherited to sub classes?
Which containers use a FlowLayout as their default layout?
Can a private method be declared as static?
When can we say that threads are not lightweight process in java?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
What do you know about the garbage collector?
What is busy spin, and why should you use it?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
What is class forname?