We know that when execution of java starts, 1 st public static void main(String args[]) methodis execute. so i have ask you that ,when main method is executed, it s static method. so at the time of execution of main method, object is not their. after that code under main method is run which contain object of classes.so Q. when main method is executed,at that time object is not in memory so at that time can i say that JAVA IS NOT OBJECT-ORIENTED???
ACCORDING TO ME yes,after main methode,code run which will create object after main method, java is OBJECT ORIENTED.
-
Interview Candidate
- Oct 14th, 2006
- 3
- 1504
Showing Answers 1 - 3 of 3 Answers
Related Answered Questions
Related Open Questions
We know that when execution of java starts, 1 st public static void main(String args[]) methodis execute. so i have ask you that ,when main method is executed, it s static method. so at the time of execution of main method, object is not their. after that code under main method is run which contain object of classes.so Q. when main method is executed,at that time object is not in memory so at that time can i say that JAVA IS NOT OBJECT-ORIENTED???
Related Answered Questions
Related Open Questions