SlideShare a Scribd company logo
1 of 12
About Tech Mentro

Tech Mentro is the leading Java,
J2ee, .Net, PHP, C, C++, Struts, Spring
and Hibernate Training Institute of Noida, NCR, India. It is managed by a team of
highly talented professionals who have more than 30 years of combined I.T. and
Corporate Training experience. The sole aim of Tech Mentro is to fill the ever increasing
gap between the skills required in Industry and possessed by the prospective employees
(engineering and MCA students).

Java, J2ee, .Net, PHP, C, C++, Struts, Spring and Hibernate are technologies that are
applied by programmers to develop high end software’s. Any technology can be applied
only if it is learned conceptually i.e. a learner knows what it is, how it should or should
not be used, what advantages it provide, where it can be applied etc. Applied and
Conceptual Training is the USP of Tech Mentro.

The goal of Tech Mentro is to become topmost IT Training Institute of the country in
the years to come. To achieve our goal we have charted a path for ourselves, main
elements of which are our students and professionals who shall move us to the top. The
success that we have achieved so far is the indicator that we are moving swiftly towards
our goal.

We are in the process of identifying and implementing new value added services for our
students. One of such value added service is the facility to attend classes of one course
any number of times i.e. students are enrolled in Tech Mentro in courses not in batches.
Students can freely switch batches from week days to week ends and vice-versa.

I invite all of you to join Tech Mentro to share your dreams with us and to let us help you
in achieving them because we sincerely believe that if we can help you in realizing your
dreams then our dream shall automatically be fulfilled.
1. Core Java
Duration: 2 Months

Java is an Object Oriented, Platform Independent, Distributed and
Robust programming language that provides the facility of developing
console applications, windows applications, web applications, mobile
applications and web services. The purpose of this course is to train the
students in Core API of Java.

Course Content:-

Introduction to Java
OOPs concepts and their implementation in Java
Packages and Interfaces
Exception Handling
String Handling
Windows programming using AWT & Swing
Internet Programming using Applets
Multithreading
Stream based I/O in Java
Networking
Reflection


Prerequisite: - Basic knowledge of any programming language and familiarity wit oops
               Concepts are prerequisite for this course.
2. J2EE
Duration: 3 Months

Java 2 enterprise Edition (J2EE) is a platform for building
distributed, scalable, platform independent server-side Enterprise
Applications. Today java is one of the most mature and commonly used programming
language for building enterprise softwares. Java is providing enterprise solutions to
small, medium and large enterprise throughout the world and is a leading player in
mobile applications. The need of java professionals is growing day by day, which is in
itself, a testimony to its success.

Course Content:-

Collection Framework
Generics
Internationalization
JDBC (Java Database Connectivity)
Server Programming using Servlets
Java Server Pages (JSP)
Annotations
Struts 2.x
Remote Method Invocation (RMI)
Enterprise Java Beans 3.x (EJB)
Java Persistence API (JPA)
XML and Web Services
Java Mail API
Web logic and Glassfish Application Server
Eclipse Integrated Development Environment

Prerequisite:-Knowledge of Core Java is must for this course.
3. Struts 2.x
Duration: 1 Month

Struts2 is brand new implementation of MVC provided
by Apache Software Foundation for developing Web Applications in Java. This
framework integrates best design practices supported by the industry and frameworks.
The purpose of this course is to train the students in the usage of framework for
developing scalable, Dynamic Web Applications.

Course Content:-
Introduction to Struts 2.x
MVC and Struts 2 Architecture
Actions, Results & Interceptors
Object Graph Navigation Language (OGNL)
Struts 2 Presentation Tags
Role of Action Invocation and Action Context
Manipulating data on Value Stack
Creating Custom Interceptors and Results
Validating Action Properties
Generating Composite Views using Tiles
Using Annotations to specify Configuration

Prerequisite:-Knowledge of Core Java as well as Servlet and JSP is must for this
              Course.
4. EJB 3.x
Duration: 1 Month

EJB 3.x is the new incarnation of much dreaded EJB 2.x. In
the new release, EJB 3.x surpasses its expectations by simplifying developments of
distributed applications as well as by introducing standard for ORM frameworks in
the form of JPA. the purpose of this course is to train students in the usage of Session
Beans, Message Driven Beans, JPA and Entity Beans.

Course Content:-

Introduction to EJB
Implementation of Stateless and Stateful Session Beans
Introduction to Java Naming & Directory Service (JNDI)
Introduction to Java Messaging Services (JMS)
JMS Configuration
Developing JMS Clients
Implementation of Message Driven Beans
Introduction to JPA
Relation between JPA and Hibernate
Persisting Entities using JPA
Implementation of Is-A Mappings
Implementation of Has-A Mappings
Bidirectional Association Mappings
Implementation of Entity Beans
Defining Client Applications for Session & Entity Beans

Prerequisite:- Knowledge of Core Java, Servlets, JSP and RMI is must for this course.
5. Spring
Duration: 1 Month

Spring is a general purpose framework that can be
used in parts or collectively. Main concepts proposed
by Spring are Inversion of Control (IOC) and Aspect
Oriented Programming (AOP). Apart from this, Spring provides Transaction
Management support, Implementation of MVC for developing web applications,
Template implementations for JDBC and ORM frameworks, facility to integrate
enterprise services etc. The purpose of this course is to train student in IOC and AOP
implementation of Spring as well to introduce them to Template and MVC
implementation.

Course Content:-
Introduction to spring
Understanding Inversion of Control (IOC) and
Dependency Injection (DI)
Spring Architecture
Implementing IOC in spring
Understanding Aspect Oriented Programming (AOP)
Implementing AOP in spring
Introduction to Template Design Pattern
Simplifying Data access using JDBC Template
Abstracting Data Access Layer using DAO
Introduction to Spring MVC

Prerequisite: - Knowledge of Core Java and J2ee is must for this course.
6. Hibernate
Duration: 1 Month

Hibernate is widely used ORM framework. Basic
functionality of an ORM framework is to persist objects of an application into database
i.e. ORM frameworks free application developers from persistence logic so that they can
concentrate on implementing the business logic. The purpose of this course is to provide
in depth knowledge of Hibernate to the students.

Course Content:-

Introduction to ORM and Hibernate
Hibernate Architecture
Hibernate Configuration
Introduction to Session and Session Factory
Persisting Objects using Hibernate
Inheritance Mapping
Bidirectional Association Mapping
Hibernate Query Language
Caching Introduction
Implementing Second Level Caching using EHCACHE
Integrating Spring & Hibernate
Integrating Struts & Hibernate
Integrating JPA & Hibernate

Prerequisite: - Students must be familiar with JDBC and application development models
               Used in industry.
7. .Net
Duration: 4 Months

.Net is a model provided by Microsoft, which is a
platform as well as Language Independent. The main
components of .Net are: .Net Framework, .Net
compatible languages such as VB.Net, C#.Net, VC++.Net, ASP.Net, ADO.Net and a
runtime environment called CLR. With the help of .Net, Windows Application, Web
Application, Web Services, and Mobile Applications can be developed. .Net is the only
platform that supports multiple languages all of which use the common functionality
provided by the framework.

Course Content:-

Moudle 1: .Net Frame work

Introduction to .Net Framework
CLR Architecture and Services
MSIL and Disassembling
Framework Class Library

Moudle 2: C#

Introduction to C#
Data types and control statements
Arrays and structures
Implementation of OOPs concepts
Exception Handling
Events and Delegates
Generics and Collection
File Handling
Multithreading
Memory Management
Remoting
Reflection
Windows Forms and Controls

Moudle 3: SQL Server

Introduction to data base
Getting started with SQL server
Mastering SQL queries
Mastering PL/SQL constructs (Cursors, Procedures, and Functions & Triggers)
Moudle 4: ADO.Net

ADO.net Architecture
Dataset, Connection & command
Data Reader & Data view
Schemas & Transactions.


Moudle 5: ASP.Net & Advance Topics

Introduction to ASP .Net & Web Forms
HTML and server controls
Form Validation
State Management
Master Page and Caching
Web Services
AJAX with ASP.Net
Security and Internationalization
XML, LINQ, WCF, WPF, WCS, WWF
Crystal report
Live Project

Prerequisite:-Basic knowledge of any programming language and familiarity with OOPS
              Concepts are prerequisite for this course.
8. PHP
Duration 3 months

PHP is a server side scripting language that is used to
develop Dynamic Web Applications. Its simplicity and
lots of frameworks built around it makes it a favourite
choice for applications developers. The purpose of this course is to train students in the
usuage of PHP and two of its framework JOOMLA and Cake PHP.

Course Content:-

Introduction
Basic PHP Development
Control structures
Function
Arrays
Session
Working with forms
Classes & Objects
Cookies
Disk Access, I/O Math & Mail
Working with the File System
Introduction to Database (MySql)
Joomla & Cake PHP
Project


Prerequisite: - Familiarity with any programming language and understanding of
               Working of Web Applications is desired.
9. C++
Duration: 1 Month

C++ is a general purpose Object Oriented programming
language. The purpose of this course is to introduce students
to OOPs Concepts and their implementation in C++ as well
as to provide them real time usage of C++ with the help of
assignments and project.

Course Content:-

Introduction to C++
Getting started with c++
Functions
Classes and objects
Constructors and Destructors
Operator Overloading
Inheritance
Pointers Virtual Functions and Polymorphism
Managing console I/O Operations
File Management in c++
Exception Handling
Template

Prerequisite: - Knowledge of C is required for this course.
10. C with data structure
Duration: 1 Month

C is most frequently learned and used, general purpose programming language. It
supports development of system software as well as application software’s. The purpose
of this course is to train students in C and Data Structures.

Course Content:-

Introduction to C
Getting Started with C
Input & output operators
Decision making and looping
Arrays and string
Functions
Pointers
Structures and Unions
Dynamic Memory allocation
File Management in C
The Preprocessors
Data Structure with C

Prerequisite: - None.

More Related Content

What's hot

Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWT
Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWTResume - Taranjeet Singh - 3.5 years - Java/J2EE/GWT
Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWTtaranjs
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaShravan Sanidhya
 
Final Presentation on Internship
Final Presentation on Internship Final Presentation on Internship
Final Presentation on Internship Falguni Roy
 
BSC CSIT Final Year Internship PPT Presentation on SEO
BSC CSIT Final Year Internship PPT Presentation on SEOBSC CSIT Final Year Internship PPT Presentation on SEO
BSC CSIT Final Year Internship PPT Presentation on SEOSirish Paudel
 
Calculator using Java
Calculator using JavaCalculator using Java
Calculator using JavaGarvit Anand
 
mLearn Project 2012 Full Report
mLearn Project 2012 Full ReportmLearn Project 2012 Full Report
mLearn Project 2012 Full ReportmLearn
 
Industrial training report
Industrial training reportIndustrial training report
Industrial training reportAnurag Gautam
 
Final year internship presentation
Final year internship presentationFinal year internship presentation
Final year internship presentationNischal0101
 
Internship Presentation - Software Testing and Content Creator
Internship Presentation - Software Testing and Content CreatorInternship Presentation - Software Testing and Content Creator
Internship Presentation - Software Testing and Content CreatorWardah AK
 
Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".SudhanshuVijay3
 
Java Presentation
Java PresentationJava Presentation
Java Presentationaitrichtech
 
jstl ( jsp standard tag library )
jstl ( jsp standard tag library )jstl ( jsp standard tag library )
jstl ( jsp standard tag library )Adarsh Patel
 
Industrial Training Report on Java Technology.
Industrial Training Report on Java Technology.Industrial Training Report on Java Technology.
Industrial Training Report on Java Technology.Ritesh Kumar Bhanu
 
Industrial Training & Workshop Proposal
Industrial Training & Workshop ProposalIndustrial Training & Workshop Proposal
Industrial Training & Workshop ProposalCareer Shiner
 
Internship Presentation
Internship PresentationInternship Presentation
Internship PresentationAbRi77
 
Internship midterm presentation @ graphic people
Internship midterm presentation @ graphic peopleInternship midterm presentation @ graphic people
Internship midterm presentation @ graphic peopleSamsuddoha Sams
 

What's hot (20)

Java Programming Basics
Java Programming BasicsJava Programming Basics
Java Programming Basics
 
Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWT
Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWTResume - Taranjeet Singh - 3.5 years - Java/J2EE/GWT
Resume - Taranjeet Singh - 3.5 years - Java/J2EE/GWT
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan Sanidhya
 
JAVA CORE
JAVA COREJAVA CORE
JAVA CORE
 
what is java?
  what is java?  what is java?
what is java?
 
Final Presentation on Internship
Final Presentation on Internship Final Presentation on Internship
Final Presentation on Internship
 
BSC CSIT Final Year Internship PPT Presentation on SEO
BSC CSIT Final Year Internship PPT Presentation on SEOBSC CSIT Final Year Internship PPT Presentation on SEO
BSC CSIT Final Year Internship PPT Presentation on SEO
 
Calculator using Java
Calculator using JavaCalculator using Java
Calculator using Java
 
Internship mid presentation
Internship mid presentationInternship mid presentation
Internship mid presentation
 
mLearn Project 2012 Full Report
mLearn Project 2012 Full ReportmLearn Project 2012 Full Report
mLearn Project 2012 Full Report
 
Industrial training report
Industrial training reportIndustrial training report
Industrial training report
 
Final year internship presentation
Final year internship presentationFinal year internship presentation
Final year internship presentation
 
Internship Presentation - Software Testing and Content Creator
Internship Presentation - Software Testing and Content CreatorInternship Presentation - Software Testing and Content Creator
Internship Presentation - Software Testing and Content Creator
 
Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".
 
Java Presentation
Java PresentationJava Presentation
Java Presentation
 
jstl ( jsp standard tag library )
jstl ( jsp standard tag library )jstl ( jsp standard tag library )
jstl ( jsp standard tag library )
 
Industrial Training Report on Java Technology.
Industrial Training Report on Java Technology.Industrial Training Report on Java Technology.
Industrial Training Report on Java Technology.
 
Industrial Training & Workshop Proposal
Industrial Training & Workshop ProposalIndustrial Training & Workshop Proposal
Industrial Training & Workshop Proposal
 
Internship Presentation
Internship PresentationInternship Presentation
Internship Presentation
 
Internship midterm presentation @ graphic people
Internship midterm presentation @ graphic peopleInternship midterm presentation @ graphic people
Internship midterm presentation @ graphic people
 

Viewers also liked

6 Week Computer Training In Ambala! Batra Computer Centre
6 Week Computer Training In Ambala! Batra Computer Centre6 Week Computer Training In Ambala! Batra Computer Centre
6 Week Computer Training In Ambala! Batra Computer Centrejatin batra
 
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTREC & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Computer Learning Point in Ambala ! Batra Computer Centre
Computer Learning Point in Ambala ! Batra Computer CentreComputer Learning Point in Ambala ! Batra Computer Centre
Computer Learning Point in Ambala ! Batra Computer Centrejatin batra
 
Ppt 6weeks tcs i_on_summer training for b.e._b.tech._mca_2016
Ppt 6weeks tcs    i_on_summer training for b.e._b.tech._mca_2016Ppt 6weeks tcs    i_on_summer training for b.e._b.tech._mca_2016
Ppt 6weeks tcs i_on_summer training for b.e._b.tech._mca_2016Ashish Arora
 
6 Weeks to Elite Program
6 Weeks to Elite Program6 Weeks to Elite Program
6 Weeks to Elite Programmarycrimmins
 
Ntpc badarpur training ppt
Ntpc badarpur training pptNtpc badarpur training ppt
Ntpc badarpur training pptanuj_kumar57
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report c-tac
 
Ms Word Training Institute in Ambala ! Batra Computer Centre
Ms Word Training Institute in Ambala ! Batra Computer CentreMs Word Training Institute in Ambala ! Batra Computer Centre
Ms Word Training Institute in Ambala ! Batra Computer Centrejatin batra
 
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREC Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREjatin batra
 
Industrial training ppt.
Industrial training ppt.Industrial training ppt.
Industrial training ppt.Tarun Sharma
 
Keynote Mobile For You
Keynote Mobile For YouKeynote Mobile For You
Keynote Mobile For YouBart Van Hecke
 
Tele2 Россия: итоги 9 месяцев 2013 года
Tele2 Россия: итоги 9 месяцев 2013 годаTele2 Россия: итоги 9 месяцев 2013 года
Tele2 Россия: итоги 9 месяцев 2013 годаTele2Russia
 
PRINCE2 Project Management Quick Guide
PRINCE2 Project Management Quick GuidePRINCE2 Project Management Quick Guide
PRINCE2 Project Management Quick GuideMaven
 
A quick look inside the asian economies
A quick look inside the asian economiesA quick look inside the asian economies
A quick look inside the asian economiesCedricDK
 

Viewers also liked (20)

6 Week Computer Training In Ambala! Batra Computer Centre
6 Week Computer Training In Ambala! Batra Computer Centre6 Week Computer Training In Ambala! Batra Computer Centre
6 Week Computer Training In Ambala! Batra Computer Centre
 
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTREC & C++ Training in Ambala ! BATRA COMPUTER CENTRE
C & C++ Training in Ambala ! BATRA COMPUTER CENTRE
 
Computer Learning Point in Ambala ! Batra Computer Centre
Computer Learning Point in Ambala ! Batra Computer CentreComputer Learning Point in Ambala ! Batra Computer Centre
Computer Learning Point in Ambala ! Batra Computer Centre
 
Ppt 6weeks tcs i_on_summer training for b.e._b.tech._mca_2016
Ppt 6weeks tcs    i_on_summer training for b.e._b.tech._mca_2016Ppt 6weeks tcs    i_on_summer training for b.e._b.tech._mca_2016
Ppt 6weeks tcs i_on_summer training for b.e._b.tech._mca_2016
 
6 Weeks to Elite Program
6 Weeks to Elite Program6 Weeks to Elite Program
6 Weeks to Elite Program
 
Ntpc badarpur training ppt
Ntpc badarpur training pptNtpc badarpur training ppt
Ntpc badarpur training ppt
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
Ms Word Training Institute in Ambala ! Batra Computer Centre
Ms Word Training Institute in Ambala ! Batra Computer CentreMs Word Training Institute in Ambala ! Batra Computer Centre
Ms Word Training Institute in Ambala ! Batra Computer Centre
 
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREC Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
 
Industrial training ppt.
Industrial training ppt.Industrial training ppt.
Industrial training ppt.
 
Keynote Mobile For You
Keynote Mobile For YouKeynote Mobile For You
Keynote Mobile For You
 
Jordi 16 7
Jordi 16 7Jordi 16 7
Jordi 16 7
 
Profile ewc international
Profile ewc international Profile ewc international
Profile ewc international
 
Tele2 Россия: итоги 9 месяцев 2013 года
Tele2 Россия: итоги 9 месяцев 2013 годаTele2 Россия: итоги 9 месяцев 2013 года
Tele2 Россия: итоги 9 месяцев 2013 года
 
Introducción a la geografía
Introducción a la geografíaIntroducción a la geografía
Introducción a la geografía
 
PRINCE2 Project Management Quick Guide
PRINCE2 Project Management Quick GuidePRINCE2 Project Management Quick Guide
PRINCE2 Project Management Quick Guide
 
Cr 29 09
Cr 29 09Cr 29 09
Cr 29 09
 
Boh
BohBoh
Boh
 
Ben Broussard, LOGA - State of the Industry
Ben Broussard, LOGA - State of the IndustryBen Broussard, LOGA - State of the Industry
Ben Broussard, LOGA - State of the Industry
 
A quick look inside the asian economies
A quick look inside the asian economiesA quick look inside the asian economies
A quick look inside the asian economies
 

Similar to 6 Weeks Project Based Summer Training

Industrial Summer Training for MCA/BCA/BE/B-Tech Students
Industrial Summer Training for MCA/BCA/BE/B-Tech StudentsIndustrial Summer Training for MCA/BCA/BE/B-Tech Students
Industrial Summer Training for MCA/BCA/BE/B-Tech StudentsTech Mentro
 
JAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavJAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavVaibhav Srivastav
 
KiranGara_JEE_7Yrs
KiranGara_JEE_7YrsKiranGara_JEE_7Yrs
KiranGara_JEE_7YrsKiran Gara
 
chandrakanth rathod updated resume
chandrakanth rathod updated resumechandrakanth rathod updated resume
chandrakanth rathod updated resumeChandrakanth Rathod
 
shamResume (1)
shamResume (1)shamResume (1)
shamResume (1)sham b
 
Advance Java Course in Noida.pptx
Advance Java Course in Noida.pptxAdvance Java Course in Noida.pptx
Advance Java Course in Noida.pptxashishthakur730937
 
Parvathi_latest_resume(2016)
Parvathi_latest_resume(2016)Parvathi_latest_resume(2016)
Parvathi_latest_resume(2016)Parvathi Nalla
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVABALUJAINSTITUTE
 
Vishal Soni-J2EE
Vishal Soni-J2EEVishal Soni-J2EE
Vishal Soni-J2EEvishal soni
 
JAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavJAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavVaibhav Srivastav
 
Java training noida hibernate+spring+struts+web services(1)
Java training noida hibernate+spring+struts+web services(1)Java training noida hibernate+spring+struts+web services(1)
Java training noida hibernate+spring+struts+web services(1)miracleindia
 

Similar to 6 Weeks Project Based Summer Training (20)

Industrial Summer Training for MCA/BCA/BE/B-Tech Students
Industrial Summer Training for MCA/BCA/BE/B-Tech StudentsIndustrial Summer Training for MCA/BCA/BE/B-Tech Students
Industrial Summer Training for MCA/BCA/BE/B-Tech Students
 
Javatraining
JavatrainingJavatraining
Javatraining
 
Lishit Resume
Lishit ResumeLishit Resume
Lishit Resume
 
JAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavJAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav Srivastav
 
Resume
ResumeResume
Resume
 
KiranGara_JEE_7Yrs
KiranGara_JEE_7YrsKiranGara_JEE_7Yrs
KiranGara_JEE_7Yrs
 
chandrakanth rathod updated resume
chandrakanth rathod updated resumechandrakanth rathod updated resume
chandrakanth rathod updated resume
 
shamResume (1)
shamResume (1)shamResume (1)
shamResume (1)
 
Naveen Gudapati Resume
Naveen Gudapati ResumeNaveen Gudapati Resume
Naveen Gudapati Resume
 
Advance Java Course in Noida.pptx
Advance Java Course in Noida.pptxAdvance Java Course in Noida.pptx
Advance Java Course in Noida.pptx
 
Parvathi_latest_resume(2016)
Parvathi_latest_resume(2016)Parvathi_latest_resume(2016)
Parvathi_latest_resume(2016)
 
mahesh3yrs
mahesh3yrsmahesh3yrs
mahesh3yrs
 
Trinath Resume
Trinath ResumeTrinath Resume
Trinath Resume
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVA
 
Vishal Soni-J2EE
Vishal Soni-J2EEVishal Soni-J2EE
Vishal Soni-J2EE
 
JAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav SrivastavJAVA Developer_Resume_Vaibhav Srivastav
JAVA Developer_Resume_Vaibhav Srivastav
 
Anchal_5Jan_New
Anchal_5Jan_NewAnchal_5Jan_New
Anchal_5Jan_New
 
chaithra_resume
chaithra_resumechaithra_resume
chaithra_resume
 
SangitRathi
SangitRathiSangitRathi
SangitRathi
 
Java training noida hibernate+spring+struts+web services(1)
Java training noida hibernate+spring+struts+web services(1)Java training noida hibernate+spring+struts+web services(1)
Java training noida hibernate+spring+struts+web services(1)
 

More from Tech Mentro

6 Months PHP internship in Noida
6 Months PHP internship in Noida6 Months PHP internship in Noida
6 Months PHP internship in NoidaTech Mentro
 
6 Months Android Internship in Noida
6 Months Android Internship in Noida6 Months Android Internship in Noida
6 Months Android Internship in NoidaTech Mentro
 
6 Months Dotnet internship in Noida
6 Months Dotnet internship in Noida6 Months Dotnet internship in Noida
6 Months Dotnet internship in NoidaTech Mentro
 
Java Internship in Noida For B.Tech, MCA
Java Internship in Noida For B.Tech, MCAJava Internship in Noida For B.Tech, MCA
Java Internship in Noida For B.Tech, MCATech Mentro
 
Web Services Training in Noida
Web Services Training in Noida Web Services Training in Noida
Web Services Training in Noida Tech Mentro
 
. Net Training Institute in Noida/NCR
. Net Training Institute in Noida/NCR. Net Training Institute in Noida/NCR
. Net Training Institute in Noida/NCRTech Mentro
 
Php training in_noida
Php training in_noidaPhp training in_noida
Php training in_noidaTech Mentro
 
Java training in Noida
Java training in NoidaJava training in Noida
Java training in NoidaTech Mentro
 
6 Months Project Training in PHP
6 Months Project Training in PHP6 Months Project Training in PHP
6 Months Project Training in PHPTech Mentro
 
6 Months Project Training in Java
6 Months Project Training in Java6 Months Project Training in Java
6 Months Project Training in JavaTech Mentro
 
Android project training in Noiida
Android project training in NoiidaAndroid project training in Noiida
Android project training in NoiidaTech Mentro
 
Core Java Training in Noida
Core Java Training in NoidaCore Java Training in Noida
Core Java Training in NoidaTech Mentro
 
Project Training in Noida
Project Training in NoidaProject Training in Noida
Project Training in NoidaTech Mentro
 
6 Months Project Training in Java
6 Months Project Training in Java 6 Months Project Training in Java
6 Months Project Training in Java Tech Mentro
 

More from Tech Mentro (16)

6 Months PHP internship in Noida
6 Months PHP internship in Noida6 Months PHP internship in Noida
6 Months PHP internship in Noida
 
6 Months Android Internship in Noida
6 Months Android Internship in Noida6 Months Android Internship in Noida
6 Months Android Internship in Noida
 
6 Months Dotnet internship in Noida
6 Months Dotnet internship in Noida6 Months Dotnet internship in Noida
6 Months Dotnet internship in Noida
 
Java Internship in Noida For B.Tech, MCA
Java Internship in Noida For B.Tech, MCAJava Internship in Noida For B.Tech, MCA
Java Internship in Noida For B.Tech, MCA
 
Web Services Training in Noida
Web Services Training in Noida Web Services Training in Noida
Web Services Training in Noida
 
. Net Training Institute in Noida/NCR
. Net Training Institute in Noida/NCR. Net Training Institute in Noida/NCR
. Net Training Institute in Noida/NCR
 
Php training in_noida
Php training in_noidaPhp training in_noida
Php training in_noida
 
Java training in Noida
Java training in NoidaJava training in Noida
Java training in Noida
 
6 Months Project Training in PHP
6 Months Project Training in PHP6 Months Project Training in PHP
6 Months Project Training in PHP
 
6 Months Project Training in Java
6 Months Project Training in Java6 Months Project Training in Java
6 Months Project Training in Java
 
Android project training in Noiida
Android project training in NoiidaAndroid project training in Noiida
Android project training in Noiida
 
Core Java Training in Noida
Core Java Training in NoidaCore Java Training in Noida
Core Java Training in Noida
 
Project Training in Noida
Project Training in NoidaProject Training in Noida
Project Training in Noida
 
Tech mentro pdf
Tech mentro pdfTech mentro pdf
Tech mentro pdf
 
6 Months Project Training in Java
6 Months Project Training in Java 6 Months Project Training in Java
6 Months Project Training in Java
 
Summer training
Summer trainingSummer training
Summer training
 

6 Weeks Project Based Summer Training

  • 1. About Tech Mentro Tech Mentro is the leading Java, J2ee, .Net, PHP, C, C++, Struts, Spring and Hibernate Training Institute of Noida, NCR, India. It is managed by a team of highly talented professionals who have more than 30 years of combined I.T. and Corporate Training experience. The sole aim of Tech Mentro is to fill the ever increasing gap between the skills required in Industry and possessed by the prospective employees (engineering and MCA students). Java, J2ee, .Net, PHP, C, C++, Struts, Spring and Hibernate are technologies that are applied by programmers to develop high end software’s. Any technology can be applied only if it is learned conceptually i.e. a learner knows what it is, how it should or should not be used, what advantages it provide, where it can be applied etc. Applied and Conceptual Training is the USP of Tech Mentro. The goal of Tech Mentro is to become topmost IT Training Institute of the country in the years to come. To achieve our goal we have charted a path for ourselves, main elements of which are our students and professionals who shall move us to the top. The success that we have achieved so far is the indicator that we are moving swiftly towards our goal. We are in the process of identifying and implementing new value added services for our students. One of such value added service is the facility to attend classes of one course any number of times i.e. students are enrolled in Tech Mentro in courses not in batches. Students can freely switch batches from week days to week ends and vice-versa. I invite all of you to join Tech Mentro to share your dreams with us and to let us help you in achieving them because we sincerely believe that if we can help you in realizing your dreams then our dream shall automatically be fulfilled.
  • 2. 1. Core Java Duration: 2 Months Java is an Object Oriented, Platform Independent, Distributed and Robust programming language that provides the facility of developing console applications, windows applications, web applications, mobile applications and web services. The purpose of this course is to train the students in Core API of Java. Course Content:- Introduction to Java OOPs concepts and their implementation in Java Packages and Interfaces Exception Handling String Handling Windows programming using AWT & Swing Internet Programming using Applets Multithreading Stream based I/O in Java Networking Reflection Prerequisite: - Basic knowledge of any programming language and familiarity wit oops Concepts are prerequisite for this course.
  • 3. 2. J2EE Duration: 3 Months Java 2 enterprise Edition (J2EE) is a platform for building distributed, scalable, platform independent server-side Enterprise Applications. Today java is one of the most mature and commonly used programming language for building enterprise softwares. Java is providing enterprise solutions to small, medium and large enterprise throughout the world and is a leading player in mobile applications. The need of java professionals is growing day by day, which is in itself, a testimony to its success. Course Content:- Collection Framework Generics Internationalization JDBC (Java Database Connectivity) Server Programming using Servlets Java Server Pages (JSP) Annotations Struts 2.x Remote Method Invocation (RMI) Enterprise Java Beans 3.x (EJB) Java Persistence API (JPA) XML and Web Services Java Mail API Web logic and Glassfish Application Server Eclipse Integrated Development Environment Prerequisite:-Knowledge of Core Java is must for this course.
  • 4. 3. Struts 2.x Duration: 1 Month Struts2 is brand new implementation of MVC provided by Apache Software Foundation for developing Web Applications in Java. This framework integrates best design practices supported by the industry and frameworks. The purpose of this course is to train the students in the usage of framework for developing scalable, Dynamic Web Applications. Course Content:- Introduction to Struts 2.x MVC and Struts 2 Architecture Actions, Results & Interceptors Object Graph Navigation Language (OGNL) Struts 2 Presentation Tags Role of Action Invocation and Action Context Manipulating data on Value Stack Creating Custom Interceptors and Results Validating Action Properties Generating Composite Views using Tiles Using Annotations to specify Configuration Prerequisite:-Knowledge of Core Java as well as Servlet and JSP is must for this Course.
  • 5. 4. EJB 3.x Duration: 1 Month EJB 3.x is the new incarnation of much dreaded EJB 2.x. In the new release, EJB 3.x surpasses its expectations by simplifying developments of distributed applications as well as by introducing standard for ORM frameworks in the form of JPA. the purpose of this course is to train students in the usage of Session Beans, Message Driven Beans, JPA and Entity Beans. Course Content:- Introduction to EJB Implementation of Stateless and Stateful Session Beans Introduction to Java Naming & Directory Service (JNDI) Introduction to Java Messaging Services (JMS) JMS Configuration Developing JMS Clients Implementation of Message Driven Beans Introduction to JPA Relation between JPA and Hibernate Persisting Entities using JPA Implementation of Is-A Mappings Implementation of Has-A Mappings Bidirectional Association Mappings Implementation of Entity Beans Defining Client Applications for Session & Entity Beans Prerequisite:- Knowledge of Core Java, Servlets, JSP and RMI is must for this course.
  • 6. 5. Spring Duration: 1 Month Spring is a general purpose framework that can be used in parts or collectively. Main concepts proposed by Spring are Inversion of Control (IOC) and Aspect Oriented Programming (AOP). Apart from this, Spring provides Transaction Management support, Implementation of MVC for developing web applications, Template implementations for JDBC and ORM frameworks, facility to integrate enterprise services etc. The purpose of this course is to train student in IOC and AOP implementation of Spring as well to introduce them to Template and MVC implementation. Course Content:- Introduction to spring Understanding Inversion of Control (IOC) and Dependency Injection (DI) Spring Architecture Implementing IOC in spring Understanding Aspect Oriented Programming (AOP) Implementing AOP in spring Introduction to Template Design Pattern Simplifying Data access using JDBC Template Abstracting Data Access Layer using DAO Introduction to Spring MVC Prerequisite: - Knowledge of Core Java and J2ee is must for this course.
  • 7. 6. Hibernate Duration: 1 Month Hibernate is widely used ORM framework. Basic functionality of an ORM framework is to persist objects of an application into database i.e. ORM frameworks free application developers from persistence logic so that they can concentrate on implementing the business logic. The purpose of this course is to provide in depth knowledge of Hibernate to the students. Course Content:- Introduction to ORM and Hibernate Hibernate Architecture Hibernate Configuration Introduction to Session and Session Factory Persisting Objects using Hibernate Inheritance Mapping Bidirectional Association Mapping Hibernate Query Language Caching Introduction Implementing Second Level Caching using EHCACHE Integrating Spring & Hibernate Integrating Struts & Hibernate Integrating JPA & Hibernate Prerequisite: - Students must be familiar with JDBC and application development models Used in industry.
  • 8. 7. .Net Duration: 4 Months .Net is a model provided by Microsoft, which is a platform as well as Language Independent. The main components of .Net are: .Net Framework, .Net compatible languages such as VB.Net, C#.Net, VC++.Net, ASP.Net, ADO.Net and a runtime environment called CLR. With the help of .Net, Windows Application, Web Application, Web Services, and Mobile Applications can be developed. .Net is the only platform that supports multiple languages all of which use the common functionality provided by the framework. Course Content:- Moudle 1: .Net Frame work Introduction to .Net Framework CLR Architecture and Services MSIL and Disassembling Framework Class Library Moudle 2: C# Introduction to C# Data types and control statements Arrays and structures Implementation of OOPs concepts Exception Handling Events and Delegates Generics and Collection File Handling Multithreading Memory Management Remoting Reflection Windows Forms and Controls Moudle 3: SQL Server Introduction to data base Getting started with SQL server Mastering SQL queries Mastering PL/SQL constructs (Cursors, Procedures, and Functions & Triggers)
  • 9. Moudle 4: ADO.Net ADO.net Architecture Dataset, Connection & command Data Reader & Data view Schemas & Transactions. Moudle 5: ASP.Net & Advance Topics Introduction to ASP .Net & Web Forms HTML and server controls Form Validation State Management Master Page and Caching Web Services AJAX with ASP.Net Security and Internationalization XML, LINQ, WCF, WPF, WCS, WWF Crystal report Live Project Prerequisite:-Basic knowledge of any programming language and familiarity with OOPS Concepts are prerequisite for this course.
  • 10. 8. PHP Duration 3 months PHP is a server side scripting language that is used to develop Dynamic Web Applications. Its simplicity and lots of frameworks built around it makes it a favourite choice for applications developers. The purpose of this course is to train students in the usuage of PHP and two of its framework JOOMLA and Cake PHP. Course Content:- Introduction Basic PHP Development Control structures Function Arrays Session Working with forms Classes & Objects Cookies Disk Access, I/O Math & Mail Working with the File System Introduction to Database (MySql) Joomla & Cake PHP Project Prerequisite: - Familiarity with any programming language and understanding of Working of Web Applications is desired.
  • 11. 9. C++ Duration: 1 Month C++ is a general purpose Object Oriented programming language. The purpose of this course is to introduce students to OOPs Concepts and their implementation in C++ as well as to provide them real time usage of C++ with the help of assignments and project. Course Content:- Introduction to C++ Getting started with c++ Functions Classes and objects Constructors and Destructors Operator Overloading Inheritance Pointers Virtual Functions and Polymorphism Managing console I/O Operations File Management in c++ Exception Handling Template Prerequisite: - Knowledge of C is required for this course.
  • 12. 10. C with data structure Duration: 1 Month C is most frequently learned and used, general purpose programming language. It supports development of system software as well as application software’s. The purpose of this course is to train students in C and Data Structures. Course Content:- Introduction to C Getting Started with C Input & output operators Decision making and looping Arrays and string Functions Pointers Structures and Unions Dynamic Memory allocation File Management in C The Preprocessors Data Structure with C Prerequisite: - None.