| | |
Java Minimum essentials
Thread Solved |
Hi all,
I'm just starting Java and have read some tutorials and reading also thinking in Java and I see it is a good language. I have a question though, what are MINIMUM requirement of ANY Java program for it to run?
I'm just starting Java and have read some tutorials and reading also thinking in Java and I see it is a good language. I have a question though, what are MINIMUM requirement of ANY Java program for it to run?
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
0
#2 20 Days Ago
Every Java program needs a class defined in the file. You can define more than one class in a file and atleast one class as public and its name should be that of the file. In that public class you define main() method with
In my openion each program must have a class.
katharnakh.
public static void which is the trigger point for the java interpreter.In my openion each program must have a class.
katharnakh.
0
#3 20 Days Ago
•
•
•
•
Every Java program needs a class defined in the file. You can define more than one class in a file and atleast one class as public and its name should be that of the file. In that public class you define main() method withpublic static voidwhich is the trigger point for the java interpreter.
In my openion each program must have a class.
katharnakh.
Thanks!
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
![]() |
Similar Threads
- How to program under linux (Java)
- JAVA Developer wanted ASAP!! (Software Development Job Offers)
- Java & Hibernate on X Developers Needed (Software Development Job Offers)
- Senior Mac Java Developer - Virtual Office (Software Development Job Offers)
- SQL Server Developer (South East UK) (Software Development Job Offers)
- minimum weight perfect matching (Computer Science)
Other Threads in the Java Forum
- Previous Thread: Fetch and display online images.
- Next Thread: Is there something with my "insert" method for my binary search tree?
| Thread Tools | Search this Thread |
911 actionlistener addressbook android api append applet application array arrays automation binary block bluetooth character class client code component consumer csv database desktop developmenthelp eclipse error fractal ftp game gameprogramming givemetehcodez graphics gui html ide image integer j2me j2seprojects japplet java javaarraylist javac javaee javaprojects jni jpanel julia lego linked linux list loops mac map method methods mobile netbeans newbie number objects online oriented panel printf problem program programming project projects properties recursion replaydirector reporting researchinmotion rotatetext rsa scanner se server set singleton sms sort sql string swing system test textfields threads time title tree tutorial-sample ubuntu update windows working






