Postingan

Menampilkan postingan dari Maret, 2018

Analysis Verb Phrase Based on Personal Experience of Java Courses

1.              Background My name is Muhammad Faisal Addien Hartanto, my friend call me Isal or Ical. I study at Gunadarma University majoring in computer science and information technology. I am in the last semester. I want to tell you about my experience in taking J2SE (Java) for beginner course. When i was in sixth semester, i took J2SE (Java) for beginner course. There are eight week to learn about it and in the last week i took the exam. In my first week, i learned about what is Java and its structure. I was taught how to create Java class until it work. Class of Java is template to make objects. Object of Java is real representations of a Java Class. The naming of Java classes and Java object must begin with a capital letter. After we knew about Java classes, we are told to try to make a simple program by using Java programming language and Notepad++ application. The first step i opened the Notepad++ application....