Answer Posted / sub
To protect a class derived by other classes
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Name some classes present in java.util.regex package.
What is parsing and its types?
What is default switch case? Give example.
How many static init can you have?
What are static methods?
Write a java program for binary search?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What do you mean by object?
How many classes can any class inherit java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is the purpose of finalization in java programming?
Break statement can be used as labels in java?
Can we define private and protected modifiers for variables in interfaces?
what is object slice?
Does substring start with 0?