An inner class can actually be a subclass of the outer class?
a. true
b. false
Answer Posted / guest
true
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
For class CFoo { }; what default methods will the compiler generate for you>?
Is list ordered in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is percentage in java?
How to sort an array from smallest to largest java?
What is classpath?
Is a boolean 1 bit?
Tell us something about an iterator.
What is the difference between numeric and integer?
What is complexity and its types?
What is the difference between break and continue statements?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How many bits is a boolean?
What is a static class in java?
How do you compare two strings lexicographically?