What modifiers are used with an inner class which is a
member of an outerclass?
Answer / ranganathkini
The modifiers for an inner class are:
public
private
protected
static
final
strictfp
abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
What are the topics in advance java?
What is assembly language?
What is identifier with example?
What is deserialization?
What is the method in java?
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
Which one of the following suits the description of a string better: derived or primitive?
How to find the length and capacity of a string buffer ?
Can memory leak happen java?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
Can we declare the static variables and methods in an abstract class?