0% found this document useful (0 votes)
104 views15 pages

Java Programming Presentation

This document provides details about a Java programming training seminar completed by the author. It includes an introduction to the training company, a certificate of completion, background information on Java programming including advantages and disadvantages, and details of a Tic Tac Toe game project created during the training. The author concludes they now feel confident applying their new Java skills to tackle challenges and pursue a career in Java development.

Uploaded by

Veer Baberwal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
104 views15 pages

Java Programming Presentation

This document provides details about a Java programming training seminar completed by the author. It includes an introduction to the training company, a certificate of completion, background information on Java programming including advantages and disadvantages, and details of a Tic Tac Toe game project created during the training. The author concludes they now feel confident applying their new Java skills to tackle challenges and pursue a career in Java development.

Uploaded by

Veer Baberwal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 15

A

PRACTICAL TRAINING SEMINAR


ON
JAVA PROGRAMMING
AT
INTERNPE
Submitted in partial fulfillment for the award of degree of
BACHELOR OF TECHNOLOGY
COMPUTER SCIENCE & ENGINEERING
Submitted To Submitted By
Mr. Sanjay Tiwari Somveer
Head of Department (21EAOCS301)

ARYA INSTITUTE OF ENGINEERING TECHNOLOGY AND MANAGEMENT


JAIPUR(RAJASTHAN)-302026
CONTENTS
Introduction of Company
Training Certificate
Introduction of Java Programming
Advantages of Java
Disadvantages of Java
About Project
Project Snapshots
Conclusion
INTRODUCTION OF COMPANY
Internpe is an IT and Training company which provide Internship to the students. it’s
aim to spread knowledge in very efficient way.It is a specialized organization
dedicated to equipping individuals and businesses with the necessary skills,
knowledge, and resources in the realm of technology.

It offer a diverse range of services aimed at empowering professionals and


enthusiasts to navigate and excel in the ever-evolving landscape of IT. It provide
internship in multiple domains. It provides internship in Web Development, Java,
Python, Android Development, Data Science ,Artificial Intelligence etc.
TRAINING CERTIFICATE
INTRODUCTION OF JAVA PROGRAMMING
WHAT IS JAVA?

•Java is platform independent: the same program can run on any


correctly implemented Java system
•Java is object-oriented:
•Structured in terms of classes, which group data with operations
on that data
•Can construct new classes by extending existing ones
•Java designed as
•A core language plus
•A rich collection of commonly available packages
•Java can be embedded in Web pages
JAVA PROCESSING AND EXECUTION

•Begin with Java source code in text files:


Model.java
•A Java source code compiler produces Java
byte code
•Outputs one file per class: Model.class
•May be standalone or part of an IDE
•A Java Virtual Machine loads and executes
class files
•May compile them to native code (e.g., x86)
internally
COMPILING AND EXECUTING A JAVA PROGRAM
CHARACTERISTICS OF JAVA

Simple: Learning and practicing java is easy because of


resemblance with c and C++.
Object Oriented Programming Language: Unlike C++, Java is
purely OOP.
Distributed: Java is designed for use on network; it has an
extensive library which works in agreement with TCP/IP.
Secure: Java is designed for use on Internet. Java enables the
construction of virus-free, tamper free systems.
Robust (Strong/ Powerful): Java programs will not crash
because of its exception handling and its memory management
features.
Interpreted: Java programs are compiled to generate the byte
code. This byte code can be downloaded and interpreted by the
interpreter. .class file will have byte code instructions and JVM
which contains an interpreter will execute the byte code.
CHARACTERISTICS OF JAVA
Portable: Java does not have implementation dependent aspects
and it yields or gives same result on any machine.
Architectural Neutral Language: Java byte code is not machine
dependent, it can run on any machine with any processor and
with any OS.
High Performance: Along with interpreter there will be JIT (Just In
Time) compiler which enhances the speed of execution.
Multithreaded: Executing different parts of program
simultaneously is called multithreading. This is an essential
feature to design server side programs.
Dynamic: We can develop programs in Java which dynamically
change on Internet (e.g.: Applets).
ADVANTAGES OF JAVA
Use of OOPS Concepts: Java applications are supposed to be more scalable, flexible, and
extensible. The rich Java library of design patterns and other best practices help Java
developers in designing flexible and scalable Java applications. Some of its open-source
components like spring can be used to produce more adaptable applications
Platform Independent: The platform independent nature has made Java the most popular
and adaptable programming language. It has become even "Write Once and Run
Anywhere." This is the reason due to which Many of Java Applications are built on Windows
but can run on UNIX
Java Support and Community: Java communities are highly helpful and like blessings
for Java professionals. Many expenenced Java professionals or Users provide and
offer their open support to another member of the community. It is one of the richest
communities and has strong networking of Java programmers
Reusable and Secure Code: The Java programmers can reuse the pre-written codes. The
code can be re-used to develop other similar featured Javaapplications. Java is a secure
and safe programming language. Any company or Jamausers can download and run any
non-trusted programs and applications.
DISADVANTAGES OF JAVA
Performance Java takes comparatively more memory and is quite slower than other
intrinsic programming languages resembling C and C++ 1)
Commercial License Recently Java has announced that it will start charging business,
commercial and production users in 2019. Now the users will have to pay for all bug
fixes per users or per processor Currently, Java versions are freely available for its
users as redistributable code. For the use of Java, every company must know and
evaluate their Java usage and it they found the price higher then must see some
alternative technology to keep their promise.
Poor Performance A high-level language has to deal with poor performance,
abstraction, and compilation like high level errors of virtual machines. Here are many
associated disadvantages with various Java features like the garbage collector feature
may lead to a performance problem. Bad caching configuration can also cause
excessive memory and garbage collection usage.
Complex and Verbose Code: Verbose means use of too many words. It may seem you
an advantage, but in-real it makes the language more complicated and complex to
learn. The code becomes less readable and scalable as well due to verbosity. Java
language is supposed to be complex in coding.
ABOUT PROJECT
TIC TAC TOE GAME

This is a Tic Tac Toe game I wrote in Java (Swing). It fully works when detecting the winner
or a tie. It is a two player game.
I'm trying to achieve a 3 by 3 simple Tic Tac Toe game.The first player is X and the second
player is O.The player who succeeds in placing their marks in a diagonal, horizontal, or
vertical row is the winner. In this java project I am using the AWT and Swings libraries.
Abstract Window Toolkit (AWT) & Swing packages are standard graphical user interfaces
used to render graphics. I create the user interface (UI) of my tic-tac-toe game, for that I
use frames, panels, buttons, labels, etc. with the help of Swing package.
PROJECT SNAPSHOTS
CONCLUSION
This industrial training program has been an invaluable opportunity to
deepen my understanding of Java and build practical skills through real-
world application. I feel confident applying this knowledge to tackle new
challenges and pursue a career in Java development.
Throughout this training, I gained proficiency in areas such as object-
oriented programming, advanced data structures, and web development
using Java frameworks. These skills, along with the experience of working
in a professional setting, have significantly enhanced my preparedness for
the industry.I'm grateful to my mentors and colleagues for their guidance
and support during this training.
THANK YOU

You might also like