why in java first invoke public static void main(String args[])
method????Why not public static void method1(String args[])??
Answer / amit
Becuase the main(String args[]) need not to call by user it
will be call automatically And method1(String args[]) need to
call user.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
What polymorphism means?
Which language is not a true object oriented programming language?
What is the purpose of enum?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is a mixin class?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
Is this job good for future? can do this job post grduate student?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
In which cases you use override and new base?
In multilevel inheritance constructors will be executed from the .... class to ... class
What is function overloading?,describe it with the example.