Deepakpresentation
Deepakpresentation
INDUSTRIAL
TRAINING 2020
WIPRO TALENT NEXT PROGRAM
Made by:-
Astitva Nigam
1702931040
ECE 7-A
Raghavendra Dwivedi
Hirday Kumar Gupta
Arvind Kumar Sharma
WIPRO TALENT NEXT PROGRAM
• Wipro Limited is an Indian multinational corporation that provides information technology, consulting and
business process services. It is headquartered in Bangalore, Karnataka, India.
• In 2013, Wipro separated its non-IT businesses and formed the privately owned Wipro Enterprises.
• Wipro NSE 0.71 % has partnered with industry body Nasscom to start a training platform on emerging
technologies such as artificial intelligence, data science, internet of things, cybersecurity.
• Through this platform, Wipro will train 10,000 students from more than 20 engineering colleges in India.
AN INSIGHT INTO WIPRO TALENT NEXT PROGRAM:-
• The Training program was completed on PBL app designed and handled by Wipro Ltd.
• Program was divided into 3 level milestone on clearing of which you are called directly for the
interview process.
• And on submitting the assignment works and clearing at least one milestone you will be awarded
with the certificate.
• The Training was started on the first week of June and ended on July 31st .
TOPICS COVERED
TECHNOLOGY STACK FOR PROJECT
CORE JAVA CONCEPTS
Java fundamental
Object oriented programming concepts
Inheritance
Abstraction/ Packages/ Exception Handling
Wrapper classes
Multithreading
JavaFX
JavaFX is a set of graphics and media packages that enables developers to design,
create, test, debug, and deploy rich client applications that operate consistently
logic .
Key Features of JavaFX
•Java APIs. JavaFX is a Java library that consists of classes and interfaces that are
written in native Java code. The APIs are designed to be a friendly alternative to Java
Virtual Machine (Java VM) languages, such as JRuby and Scala.
•FXML and Scene Builder. FXML is an XML-based declarative markup language for
constructing a JavaFX application user interface. A designer can code in FXML or use
JavaFX Scene Builder to interactively design the graphical user interface (GUI).
Scene Builder generates FXML markup that can be ported to an IDE where a
developer can add the business logic.
IntelliJ IDEA
IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing
computer software.
It is developed by JetBrains (formerly known as IntelliJ).
It is available as an Apache 2 Licensed community edition, and in a proprietary commercial
edition. Both can be used for commercial development.
The first version of IntelliJ IDEA was released in January 2001, and was one of the first available
Java IDEs with advanced code navigation and code refactoring capabilities integrated
Key Features of IntelliJ IDEA
Coding assistance
The IDE provides certain features like code completion by analyzing the context,
code navigation, code debugging, code refactoring.
Built in tools and integration
The IDE provides integration with build/packaging tools
Plugin ecosystem
IntelliJ supports plugins through which one can add additional functionality to the
IDE.
HANDS-ON PROJECTS
1. TEMPERATURE CONVERTER TOOL
• This conversion tool will convert a temperature value from and to degC, degF
or Kelvin measurement units.
• This tool will also display a conversion scale applicable to each converted
temperature.