0% found this document useful (0 votes)
7 views11 pages

Lecture-1.1.1

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

Lecture-1.1.1

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

INSTITUTE : UIE

DEPARTMENT : CSE
Bachelor of Engineering (Computer Science & Engineering)
PROJECT BASED LEARNING IN JAVA WITH LAB
(21CSH-319/21ITH-319)

TOPIC OF PRESENTATION:
Introduction to Java. Difference between C++ and
Java. (CO 1)

DISCOVER . LEARN . EMPOWER


Lecture Objectives

In this lecture, we will discuss:


•Introduction to Java.
Difference between C++ and
Java.
Java is a programming language and a platform. Java is a high
level, robust, object-oriented and secure programming
language.

Platform: Any hardware or software environment in which a


program runs, is known as a platform. Since Java has a runtime
environment (JRE) and API, it is called a platform.
QUIZ:

1. Which of the following is a valid declaration of a char?


a. char ch = '\utea';
b. char ca = 'tea';
c. char cr = \u0223;
d. char cc = '\itea';

2. Which of the following tool is used to generate API documentation in


HTML format from doc comments in source code?
e. javap tool
f. javaw command
g. Javadoc tool
h. javah command
Summary:

In this session, you were able to :


• Learn about Fundamentals of JAVA
References:
Books:
1. Balaguruswamy, Java.
2. A Primer, E.Balaguruswamy, Programming with Java, Tata McGraw Hill
Companies
3. John P. Flynt Thomson, Java Programming.

Video Lectures :
https://youtu.be/O5hShUO6wxs
Reference Links:
1. https://www.tutorialspoint.com/java/java_polymorphism.htm
2. http://www.careerride.com/Object-oriented-programming-Interview-
Questions.aspx
3. http://www.javatpoint.com/
4. http://www.java-examples.com/
THANK YOU

You might also like