Thursday, 17 August 2023

Lesson 5: Java Specification


 Good day my dear students!!

    We are almost there... Next week we are going to do the actual coding, so I suggest to study in advance for you to go along with the application next week. You may download the previous lessons from lesson 1 to 6 by clicking the link below and please answer the check-point 4 and 5 for your assignment.

Note: No assignment, No entry in the computer lab.

Download: Lessons 1 to 6 (Click here)πŸ‘ˆπŸ‘ˆ

*** LESSON FIVE (5) ***

**JAVA LANGUAGE SPECIFICATION **

πŸ‘‰ is a technical definition of the Java programming language’s Syntax and semantics.

**JAVA SYNTAX **

πŸ‘‰ is defined in the Java specification

**API**

πŸ‘‰also known as library, contains predefined classes and interfaces for developing Java programs.

**JDK**
πŸ‘‰Java Development Toolkit
Example of Java development toolkit are the following:
NetBeans, Eclipse, and Textpad

**IDE**
πŸ‘‰is defined in the Java API
(Integrated Development Environment)
___________________________________________________________________
Note:
Computer languages have strict rules of usage. If you do not follow the rules when writing a programs, the computer will not be able to understand it.
___________________________________________________________________
Java is a full-fledged and powerful language that can be used in many ways it come in three edition

Java Standard Edition (Java SE) to develop client-side applications. The applications
can run standalone or as applets running from a Web browser.

 Java Enterprise Edition (Java EE) to develop server-side applications, such as Java
servlets, JavaServer Pages (JSP), and JavaServer Faces (JSF).

 Java Micro Edition (Java ME) to develop applications for mobile devices, such as
cell phones.


Check-point

Instruction: Read the question carefully and write the correct answer after each and every question. You may use 1/2 sheet of paper this time. Please write your answer neatly and legibly.

1.24 What is Java Language specification?
1.25 What does JDK stand for?
1.26 What is IDE stand for?
1.27 What is Java Syntax?
1.28 Discuss the different version of Java.

_____________________________________________________
   ~o~ End of the lesson ~o~
_____________________________________________________
Thank you and God bless!

No comments:

Post a Comment