in a console we r giving java <class name> if r pressing
enter where it'll goes
Answers were Sorted based on User's Feedback
Answer / srujan jack
it transfers the class name to JVM then the JVM calls main() method using class name.
there fore the main() method must be declared with public & static.....
| Is This Answer Correct ? | 2 Yes | 0 No |
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
which method is used to know the status of the Thread?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
What are static variables and functions?
What is basic syntax?
where do you place after you did code in java
Difference between static methods, static variables, and static classes in Java.
Write a java program to generate fibonacci series ?
What are the ways in which a thread can enter the waiting state?
How can you reverse a string?
Can we create a constructor in abstract class?
When is update method called?