Click here to Skip to main content
16,011,469 members
Home / Discussions / Java
   

Java

 
GeneralRe: Need help with parameterized class or method Pin
toxcct15-Jan-09 4:55
toxcct15-Jan-09 4:55 
QuestionRe: Need help with parameterized class or method Pin
David Crow15-Jan-09 5:01
David Crow15-Jan-09 5:01 
AnswerRe: Need help with parameterized class or method Pin
toxcct15-Jan-09 5:04
toxcct15-Jan-09 5:04 
GeneralRe: Need help with parameterized class or method Pin
David Crow15-Jan-09 5:16
David Crow15-Jan-09 5:16 
GeneralRe: Need help with parameterized class or method [modified] Pin
Naruki9-Feb-09 15:18
Naruki9-Feb-09 15:18 
Questionneed source code for our project Pin
Lakshmi4108712-Jan-09 4:33
Lakshmi4108712-Jan-09 4:33 
QuestionHello World Java Program Pin
prithaa11-Jan-09 6:10
prithaa11-Jan-09 6:10 
AnswerRe: Hello World Java Program Pin
tamour12-Jan-09 0:49
tamour12-Jan-09 0:49 
hi,
simply click on the 'file' menu in netbeans and make a new project. Select 'Java' from 'catagory' pane and 'Java Application' from 'project' pane. click next and then finish. File 'main.java' will open itself with the following code in it.

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package javaapplication2;

/**
 *
 * @author Tamour
 */
public class Main {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
    }

}


add the following statement in static main after "// TODO code application logic here".

System.out.println("Hello World!");

NetBeans is a very good IDE. infact not that much like Visual studio but still good enough. I can provide you with some tutorials if you want.
GeneralRe: Hello World Java Program Pin
prithaa15-Jan-09 18:06
prithaa15-Jan-09 18:06 
GeneralThe best starting point tutorial... Pin
Naruki9-Feb-09 15:01
Naruki9-Feb-09 15:01 
QuestionAm i converting the code right ? Pin
tamour9-Jan-09 11:49
tamour9-Jan-09 11:49 
GeneralRe: Am i converting the code right ? Pin
itsmani27-Jan-09 22:13
itsmani27-Jan-09 22:13 
QuestionCannot access database Pin
tamour9-Jan-09 3:19
tamour9-Jan-09 3:19 
QuestionDeveloping a discussion forum using java? Pin
avvisaan8-Jan-09 4:59
avvisaan8-Jan-09 4:59 
QuestionPort address Translation Pin
bobbo886-Jan-09 5:16
bobbo886-Jan-09 5:16 
QuestionHelp Please (java only please) Pin
bobbo886-Jan-09 3:40
bobbo886-Jan-09 3:40 
AnswerRe: Help Please (java only please) Pin
tamour9-Jan-09 11:56
tamour9-Jan-09 11:56 
GeneralRe: Help Please (java only please) Pin
bobbo8812-Jan-09 4:04
bobbo8812-Jan-09 4:04 
GeneralRe: Help Please (java only please) Pin
tamour13-Jan-09 18:01
tamour13-Jan-09 18:01 
QuestionTwo PrintStream objects for the same file Pin
DV_Dikla4-Jan-09 19:37
DV_Dikla4-Jan-09 19:37 
Questionhierarchical data in a true tree format Pin
Sambou52363-Jan-09 20:40
Sambou52363-Jan-09 20:40 
QuestionNetwork programming help!!!!!!! Pin
romance12-Jan-09 7:55
romance12-Jan-09 7:55 
Questionhow can I parse a queary into parts to write a search parsing Pin
D V kirankumar31-Dec-08 0:26
D V kirankumar31-Dec-08 0:26 
QuestionHelp in java subclassinng, inheritance Pin
homiee125-Dec-08 0:41
homiee125-Dec-08 0:41 
QuestionRe: Help in java subclassinng, inheritance Pin
code_var26-Dec-08 3:10
code_var26-Dec-08 3:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.