Answer Posted / aditya mohata
class defined inside an class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is string and its types?
Do we have pointers in java?
Explain notifyall() method of object class ?
What is multithreading in java?
Using callable statement how can you pass out parameters, explain with example?
What is the public field modifier?
Can we have multiple public classes in a java source file?
How does enum work in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is the driver class?
How do you find the independent variable?
What are the disadvantages of object oriented programming?
What is double in java?
What is enhanced loop in java?
If a method is declared as protected, where may the method be accessed?