What are access modifiers?
There are 4 access modifiers
• Public
• Protected
• Default
• Private
| Is This Answer Correct ? | 5 Yes | 0 No |
What is continuity of a function?
How can you add and remove nodes in jtree?
What is the different types of functions?
Write a java program to check if a number is prime or not?
How to avoid the runtime exception ?
Can you explain inner class.
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Can we overload the methods by making them static?
What about features of local inner class?
Does constructor creates the object ?
What are the operands of instanceof operator?
How does serialization work