Course Assessment Model
CSE310 -Marks break-up
•Attendance 5
•CA(Best two out of three BYOD Practicals) 30
•MTT (MCQ based) 20
•ETE (Mix of MCQ & Subjective) 45
Total 100
Course Contents
•IntroductiontoJavaEditions,JDK,JREandbasic
programmingconstructse.g.conditionalstatements,looping
statements,operatorsandarraysetc.
•Classes, Methods and Objects
•Encapsulation, Inheritance and Polymorphism
•Date/Time API
•Lambda Expressions
•Packages
•IO Fundamentals
•Exceptions and Assertions
•Generic Programming
•Java Collection Framework
Platform Overview, Writing Programs, Basic &
Exclusive Features
Unit I
Unit
II
Classes, Objects,
Conditionals, loop, Date/Time
API etc.
Unit III
Encapsulation and
Inheritance
Date/Time API and Lambda ExpressionsUnit IV
Handling Exceptional Conditions and IO
Fundamentals
Unit V
Collections and Generic ProgrammingUnit VI
The Hitch…
BURNING questions in mind…
•Why are we learning Java?
•What will be the course outcome?
Course Outcomes
Upon completing the course, you will able to
Understanding JDK, JRE, JVM etc.
Create, compile, and run Java programs
Understand Core Java classes
Create and use methods
Establish a firm foundation on Java concepts
Exception Handling, Date/Time API and IO
Streams usage
Software Requirement
•jdk 8
•Netbeans IDE
Oracle Certification Details
•Java SE 8 Certification (Oracle Certified Associate)
•Exam Code: 1Z0-808
•Mapped with Course: CSE310
Professional Benefits
•In future, certification will be the only way to get dream job.
•Expand your knowledge base and validate your skills to
appeal to potential employers.
•Improve your potential earning power to command a higher
salary.
•Learn to perform complex, hands-on activities through lab,
study and practice sessions.
•Access a secure digital badge you can add to your social
media profiles.
•Gain exposure to a wide variety of important features,
functions and tasks to use on the job.
Important
•LPU students are being given at least 30% discount on
certification exam fee.
•Oraclelearningsubscriptionwillbeavailableforthe
completeterm(17182),thereforestudentwhowilloptfor
certificationwillbetaughtbyOracleitself.
•Onclearanceofcertificationexamthecoursewillbe
exemptedandgradewillbebasedonperformancein
certificationexam.
•Last Date to apply: 20
th
January 2018
Registration Link
https://tinyurl.com/javase8lpu
Note:
•limited seats only,
•Confirmation on First come first serve basis
Installation Steps
•Install jdk1.8.0
How to set Path in Java
•Thepathisrequiredtobesetforusingtoolssuchasjavac,
javaetc.
•Ifyouaresavingthejavasourcefileinsidethejdk/bin
directory,pathisnotrequiredtobesetbecauseallthetools
willbeavailableinthecurrentdirectory.
•ButIfyouarehavingyourjavafileoutsidethejdk/binfolder,it
isnecessarytosetpathofJDK.
•There are 2 ways to set java path:
•Temporary
•Permanent
•For setting the permanent path of JDK, you
need to follow these steps:
•Go to MyComputer properties -> Advanced
tab -> Environment variables -> new tab of
user variable -> write path in variable name ->
write path of bin folder in variable value -> ok
-> ok -> ok