can we make a class static without using static keyword?
Answer Posted / darwin
no not at all possible with this present java framework
format.. it coukd be possible only in future if they
enhances that option to do so.. and additionallly no outer
class can be static. you can also check by compiling in
java compiler...
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is overloading and its types?
Where You Can Use Interface in your Project
Why is polymorphism needed?
What exactly is polymorphism?
Can we define a class within the interface?
What is the significance of classes in oop?
What is the point of oop?
What is this pointer in oop?
What is the example of polymorphism?
What do you mean by abstraction?
What is use of overloading?
What are the 5 oop principles?
What is multilevel inheritance explain with example?
What is the use of oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading