by Editorial | Sep 6, 2024 | Grade 11 - NetBeans, Grade 12, Grade 12 - PAT
Java version 17 (JDK 17) is a LTS (Long Term Support version of Java). We use this version together with Apache NetBeans version 17. It is a good idea to uninstall any previous versions of Java and NetBeans using Windowns Control Panel, Uninstall software. Click here...
by Editorial | May 31, 2021 | Grade 11, Grade 11 - NetBeans, Grade 12 - Cheat Sheets
NetBeans can be very helpful – sometimes toooo helpful which is why we start coding in jGRASP. Here are some shortcuts to begin with . . . psvm <tab> – public static void main(String[]args) sout <tab> – System.out.println(”...
by Editorial | Mar 10, 2021 | Grade 11 - NetBeans, Teacher
jGRASP I use jGRASP for grade 10 and the beginning of Grade 11. This forces the learner to code from first principles. I have noticed that universities use jGRASP, NotePad++, and even Notepad for their first-year students (thus following the same path of “first...
by Editorial | Oct 23, 2020 | Grade 11, Grade 11 - NetBeans, Grade 12
This post also deals with reading in irregular text files using the Scanner class NetBeans – How to . . Manage projects, packages and classes. Manage which main method is used/loaded (which main method is the point-of-entry) How to run more than one main...
by Editorial | May 3, 2020 | Grade 11 - NetBeans, Grade 12, Grade 12 - PAT
Ms Word can really mess up the formating of your Java code. Here is a solution compliments of Ms Elna van Aarde. Click...
by Editorial | Mar 22, 2020 | Grade 11, Grade 11 - NetBeans, Grade 11 - Text Files, Grade 12, Grade 12 - text files
Where and how to create a text file with NetBeans and jGRASP. Here is a presentation with some audio for download....