how to start writting a programme in java using netbeans by coding
by
retagged by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

import java.util.*; // add any includes you need

public class myNameIs {  //Name your class/program
    public static void main (String[] args) {  //Initiate the main function of the program
    }
}
by (33.7k points)

Related questions

Welcome to Tech Support Questions, where you can ask questions and receive answers from other members of the community.

Post questions regarding any technology problem including problems with phones and tablets, computers and laptops, windows and apple devices and more. Help other members of the community by answering questions.

Note: Please do not post private information such as passwords or usernames.

5,769 questions
2,928 answers
141 comments
31,545 users