0% found this document useful (0 votes)
6 views4 pages

BSC_java

The document outlines the B.Sc. (Computer Science) course on Programming in Java, detailing its objectives, course structure, and outcomes. It includes four units covering Java basics, inheritance, exception handling, and JavaFX, along with prescribed and reference books. Additionally, it describes a lab course where students apply object-oriented concepts and develop GUI applications through practical programming exercises.

Uploaded by

SonySree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

BSC_java

The document outlines the B.Sc. (Computer Science) course on Programming in Java, detailing its objectives, course structure, and outcomes. It includes four units covering Java basics, inheritance, exception handling, and JavaFX, along with prescribed and reference books. Additionally, it describes a lab course where students apply object-oriented concepts and develop GUI applications through practical programming exercises.

Uploaded by

SonySree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

.:.

Briiii'iii)
Bhavan's Vivekananda College
of Science, Humanities and Commerce
Sainikpuri, Secunderabad-500094
(Reaccredited with 'A' Grade by NAAC)
Autonomous College - Afliliated to Osmania University
Department of Computer Science

PROGRAM NAME: B.Sc. (Computer Science)


COURSE NAME: Programming in Java
(w.e.1.2025-26)

COURSE CODE: C5525 YEAR/SEMESTER: III/V


PPW: 4 NO. OF CREDITS:4

COURSE OBJECTIVE: To enable students, understand the concepts of Java Programming and
develop GUI applications.

UNIT.WISE COURSE OBJECTIVES:


CObl: To discuss the features ofJava and construct class programs with methods.
COb2: To illustrate types of Inheritance, Packages and Arrays concepts.
COb3: To implement the concepts of Exception handling, Multithreading and Input/Output.
COb4: To apply the concepts of JavaFX.

UNIT-I: Java Basics and Object-Oriented Programming Foundations 15 Hrs.


Introduction: Java Essentials, JVM, Java Features, Creation and Execution of Programs, Data Types,
Structure ofJava Program, Type Casting, Classes, Objects, Class Declaration, Creating Objects.
-
Method Declaration and Invocation, Method Overloading. Constructors Parameterized Constructors,
Constructor Overloading, Cleaning-up unused Objects.
Class Variables &Method-static Keyword. this Keyword, Command-Line Arguments.
(BOOK l: Ch:2.4,2.5,2.6,2.7,,3.2,3.8, 4.r, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 4.ll)
UNIT-II: Inheritance, Packages and Arrays 15 Hrs.
Inheritance: Introduction, Types of Inheritance, extends Keyword, Examples, Method Overriding,
super, final Keyrvord, Abstract classes, Interlaces, Abstract Classes Versus Interfaces.
Packages: Creating and Using Packages, Access Protection.
Arrays: One-Dimensional Arrays, Two-Dimensional Arrays, Wrapper Classes, String Class.
(BOOK 1: Ch: 5.1.1, 5.r.2,5.2,5.3,5.4,5.5,6.1,6.1.3,6.2,4.r0,6.3.2,6.3.3)

UNIT-III: Exceptions, Multithreading and Input/Output 15 Hrs.


Exception: Introduction, Types, Exception Handling Techniques-try, catch, multiple catch, User-Defined
Exception.
Multithreading: lntroduction, Main Thread and Creation of New Threads -By Inheriting the Thread
Class, Thread Lifecycle, Thread Priority.
Input/Output: Introduction, java.io Package, Reading and Writing Data- Reading/Writing Console User
lnput, Scanner Class, Reading/Writing Buffered Byte Stream Classes-Buffered InputStream Class,
BufferedOutputStream Class.
(BOOK l : Ch: 7.1, 7.2, 7.3, 8. 1, 8.4, 8.5, 8.6, 8.7, 9.1, 9.2, 9.3.2. 9.3.4)

Y
a
elsl ly
mpuler
D
Sci ence &Eng
insering

aolleqe olE ngifleoling


05manr
$iversitY,
(A)

W 4
U,NII:IY: JavaFX UI Design, Event Handling and Multimedia 15 Hrs.
JavaFX Basics: Introduction, The Basic Structure ofa JavaFX Program, Panes, Ul Controls and Shapes,
Propeny Binding, Common Properties and Methods for Nodes, The Color Class, The Font Class, The
Image and ImageView Classes, Layout Panes, Shapes.
Event-Driven Programming and Animations: lntroduction, Events and Event Sources, Registering
Handlers and Handling Events. Simplifying Event Handling Using Lambda Expressions, Mouse Events,
Key Events, Listeners for Observable Objects, Animation.
JavaFX UI Controls and Multimedia: Introduction, Labeled and Label, Button, CheckBox,
RadioButton. TextField. TextArea, ComboBox, ListVierr,.
(BOOK2: Ch: l4:14.1, 11.3,14.4,14.5, 14.6, 14.7,14.8,14.9, 14.10, 14.11; Ch:15:15.1, I5.2, 15.3, 15.6, 15,8,
15.9, 15.10, l5.ll; Ch:16: 16.1,16.2,16.3, 16.4, 16.5, 16.6, 16.7, 16.8, 16.9)

Prescribed Books:

l. Programming in Java, Sachin Malhotra, Saurabh Choudhary, Oxford University Press, Second
ed ition, 2018.
2. Introduction to Java Programming, Comprehensive Version, Tenth Edition, Y. Daniel Liang,
Pearson Education, 2022.

Rcference Ilooks:

l. Thinking in Java. Bruce Eckel. Pearson Edition, Fourth Edition. 2008.


2. Java: The Complete Reference. Herbert Schildt, Tata Mccraw Hill; Eleventh edition,2020.
3. Introduction to Java Programming, Y. Daniel Liang, Pearson Education; Tenth edition, 2018.
4. Java: How To Program, Paul Deitel, Harvey Deitel, Pearson Education; Eleventh edition, 2018.
5. Core Java Volume I - Fundamentals, Cay S. Horstmann, Pearson Education;
Eleventh edition, 2020.

COURSE OUTCOMES:
At the end of the course, students will be able to:
COI: Comprehend the features ofJava and construct class programs with methods.
C02: Apply the concepts of lnheritance, Packages and Arrays concepts.
C03: Program the concepts of Exception handling, Multithreading and Input/Output.
CO4: Develop GUI programs using JavaFX.

?
{.

$e9
a(\$o
n\

\!rtt..t
O(
W
Dliinfiii
':.'
Bhavan's Vivekananda College
of Science, Humanities and Commerce
Sainikpuri, Secunderabad-500094
(Reaccredited with 'A' Crade by NAAC)
Autonomous College - Affiliated to Osmania Universily
Department of Computer Science

PROGRAM NAME: B.Sc. (Computer Science)


COURSE NAME: Programming in Java Lab

(*'.e.f. 2025-26)
COURSE CODE: CS525P YEAR/SEMESTER: III/V
PPW:2 NO. OFCREDITS :1

COURSE OBJECTIVE: Enable students to apply Object-Oriented Concepts and develop


GUI applications.

CObl: Learn the programming concepts of OOP, Arrays and Exception Handling.
COb2: To illustrate the concepts of Multithreading, Input/Output and JavaFX components.

l. Installation and Configuring Visual Studio Code IDE.


2. Installation and Configuring NetBeans IDE.
3. Write a program to find whether a given number is prime or not.
4. Write a menu driven program for following:
a.
Display a Fibonacci series
b. Compute Factorial ofa number
5. Write a program to create an array of l0 integers. Accept values from the user and store them in
the array. Then, input another number from the user and find how many numbers in the array are
equal to, greater than, and less than the number entered.
6. Write a program that computes the area of a circle, rectangle and a Cylinder using Method
overload ing.
7. Write a program to demonstrate about types of constructors.
8. Write a program to demonstrate about inner classes.
9. Write a program to demonstrate Method Overriding.
10. Write a program for the implementation of multiple inheritance using Interface to calculate the
area ofa rectangle and triangle.
I L Write a program to create a package called Arithmetic that deals with arithmetic operations.
12. Write a program to demonstrate throws and finally keywords.
13. Write a program that reads two integer numbers for the variables a and b. If any other character
except number (0-9) is entered then the error is caught by NumberFormatException object. After
that ex.getMessage 0 prints the information about the error occurring causes.
14. Write a program to demonstrate StringBuffer class Methods.
15. Write a program to demonstrate Multithreading using Runnable lnterface.

Y na($d
0e '$$N oli\
n\o\

W 6
16. Write a program to demonstrate Synchronization in Multithreading.
I7. Write a program to demonstrate FilelnputStream and FileOutputStream Class.
18. Write a program to demonstrate RandomAccessFile Class.
19. Write a program to display your name! address and qualification in the frame window using AWT
Components.
20. Write a program to demonstrate Components in Swings.
21. Write a program to create Label, TextField, TextArea and Button using JavaFX.
22. W rite a program to create RadioButton and CheckBox using JavaFX.
23. Write a program to create calculator using JavaFX.

COURSE OUTCOMES:
At the end of the course, students will be able to:
COI: Apply OOPs Concepts, Arrays and Exception handling.
C02: Implement Multithreading, InpuVOutput and JavaFX Components.

(
..)

(.1

tl\l
c.^
:*t$I&Y
W
,).r'l$ 7

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy