Is java is a fully object object oriented language?
Answer Posted / akshay
As owner of answer 20 said main(Sring []) is called without
creating object but u r forgetting that main() method
belongs to class only. it is static method. it is not global
function as we declare in C,or friend function like C++
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What does localhost mean?
what is the difference between process and thread? : Java thread
What is an image buffer?
What is size of int in java?
Can constructor be synchronized?
What are implicit objects in java?
What is a numeric digit?
Explain about OOPS concepts and fundamentals.
Can memory leak in java?
How to perform selection sort in java?
What is the use of conditional statement?
Which package has light weight components in java programming?
Explain aggregation in java?
Can you declare a private method as static?