What is static variable and static method?
Answer Posted / neha siddiqui
Static:-
The main is always declare as s Static, since
interpret uses this method before any object are created....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does void * mean?
What is :: operator in java 8?
why Interface used?
Can we declare main () method as non static?
What are methods of a class?
java program with complete 4 oops concepts implemented example
Can we overload the main() method?
Can we override constructor?
What are Normalization Rules? Define Normalization?
Where pragma is used?
Explain oops concepts in detail?
What are pass by reference and pass by value?
Can a class have 2 constructors?
Which sorting is best in java?
What is the difference between class & structure?