Skip to main content

Posts

Featured

Basics of Java Pt.2

There are some things you need to remember before coding Java. Before you start You need to create a project   Create your class under the project you want   Always start with:                                                                                                                          Public static void main (string [] args)   remember to use a scope “ { “ at the end of public static void main(string[] args)   after you’re done with your coding:                                                          ...

Latest Posts

Basics of Java Pt.1

Java(Introduction)