Answer Posted / therathna
In Java For Every Class we can provide constructors so
o busily we can provide constructors for applets.
u Don't ask like this type of questions because we can
pratically found these questions when done programs
u ask only questions like which are not practically unable
to do
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is an example of a conditional statement?
What is a final class ?
What is public/private protected in java?
what is object-oriented programming in java?
What is difference between hashset and hashmap?
What is the purpose of static methods and static variables?
Can we write any code after throw statement?
What are the drawbacks for singleton class?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is final variable?
How large is a boolean?
Can we have multiple classes in a single file?
What are recursive functions? Give some examples?
Does every java program need a main?