Can inner class extend any class?
No Answer is Posted For this Question
Be the First to Post Answer
What is an immutable object?
What causes memory leak in java?
Is there any difference between nested classes and inner classes?
What is the += operator called?
What is object in java?
What is the difference between access specifiers and access modifiers in java? 16
In how many ways we can create threads in java?
What is an enumeration?
What are the types of statement? explain
What is the default access specifier for variables and methods of a class?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is local class in java?