| | |
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 21 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 21 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 |
2dgraphics account android api apple applet application arguments array arrays automation banking binary binarytree bluetooth chat chatprogramusingobjects class client code color component count database derby design eclipse eclipsedevelopment encryption error fractal game givemetehcodez graphics gridlayout gui homework html ide if_statement image integer interface j2me java javadesktopapplications javaprojects jlabel jni jpanel jtextfield julia keyword linux list macintosh map method methods midlethttpconnection mobile netbeans newbie nullpointerexception object open-source os problem producer program programming project projectideas property read recursion reference replaysolutions ria scanner search server set size sms sort sourcelabs splash sql sqlite stop string swing threads transforms tree ui unicode validation windows






