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 |
What is primitive array?
What is widening and narrowing in java? Discuss with an example.
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How do you clear a method in java?
How could Java classes direct program messages to the system console, but error messages, say to a file?
How to do validation of the fields in any project ?
how can you say that java is independ language
What is hashmap in java?
What is difference between == equals () and compareto () method?
What are Encapsulation, Polymorphism and Inheritance?
Can list contain null in java?
Can a method be overloaded based on different return type but same argument type?