How do you run a java program?
Answer / Rohit Arora
To run a Java program, save your code in a .java file, compile it using 'javac followed by the filename' in the command line to generate a .class file, and then execute the .class file using 'java followed by the class name'
| Is This Answer Correct ? | 0 Yes | 0 No |
Is java 100 percent pure object oriented?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
What are web technologies in java?
What are the topics in j2ee?
Difference between save and saveorupdate?
Is java is a high level language?
Is java gui dead?
Describe the ear, war, and jar.
What is java naming and directory service?
What is general entity?
Why class is used in java?
Diffrence between arraylist and hashmap