Java Programming Journal Guidelines
Java Programming Journal Guidelines
Department Of MCA
Guidelines for Student’s Journal
The laboratory assignments are to be submitted by student in the form of journal. Journal consists of
Certificate, table of contents, and handwritten write-up of each assignment (Title, Objectives, Problem
Statement, Outcomes, software & Hardware requirements, Date of Completion, Assessment grade/marks and
assessor's sign, Theory- Concept, Algorithm, Flowchart.
Course Objectives:
1. To learn the core concept of Java programming
2. To introduce the working environment of Java Program using the multithreading and file handling
3. To get acquainted the purpose of applet and AWT in Java programming
4. To study the use of database connectivity in Java Programming
5. To gain knowledge of Java Servlet and JSP concept in Java
Course Outcomes:
On completion of the course, learner will be able to–
_______________________________________________
Write-up format for each assignment
Date of Completion.
Title.
Objectives.
Problem Statement.
Program code.
Conclusion.
____________________________________________________________________________
Sample program - 1 write up
Date:
Theory-
(In the above assignment describe the core concept of java programming and its environmental set up steps).
Program Code:
class HelloWorld
System.out.println("Hello, World!");
}
Outcomes : (Paste print out papers of output)
Conclusion – This program implement a simple core java concept and its IDE setup successfully.
Table 2. Reference table for course outcomes and course objective
2 01 CO1 Implementing the Operations of stack and queue using package and
interface.
6 03 CO3 Write a program to design Registration process form using Applet and
AWT components.
7 04 CO4 Write a program to connect to any database and to execute the SQL
query operation on command prompt .
8 04 CO4 Write a program to connect to any database and to execute the SQL
query operation using GUI Interface.
IIImportant Instructions
Important Instructions to follow while writin JAVA journals
a. nameEx . C:\users\JAVA\student_name\program 1
Hello, World!
3. students variables, entered values should not be copied, it should be different for every
student.
______________________________________________________________________________________