UrbanPro
true
Nirmal K. Java trainer in Chennai

Nirmal K.

MCA

Sholinganallur, Chennai, India - 600097.

34 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Nirmal K.

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I have 6 years of real time experience. I am working in Adaptavant Technologies, Acendas. I have taken J2EE, Sturts , Spring and Hibernate for corporate students. I can teach these in crash mode also. I will give materail, interview tips, and also make them get into some companies as Inturns(as a Trainee).

Languages Spoken

English

Address

239B, 7th street, Classic Farms Avenue, Sholinganallur

Modal school road

Sholinganallur, Chennai, India - 600097

Landmark: Near international baba school

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Facebook Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Java Training Classes
1 Student

Excellence Award Winner 2015

Java Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

9

Teaches

Struts

Spring Training
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Spring Training

5

Angular.JS Training
2 Students

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

10

AngularJS Version

Angular 13

Teaching Experience in detail in Angular.JS Training

Had good exposure in angular 11/12/13 versions with realtime banking/ insurance projects. Worked on angular moduler federation which companies are currently looking for. Worked on different projects with store which is state management for the angular. Post training students will have good knowledge in angular respective versions and with interview cracking skills. Extra support to refer internship in few companies.

Reviews (30)

4.9 out of 5 30 reviews

Nirmal Kumar https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/173938-small.jpg Sholinganallur
4.90530
Nirmal Kumar
V
Verified Student

Angular.JS

"Sir explained concepts very clearly in simple language. For every concept he explained with real time examples. Angular course taken here is very useful for me. By talking the course I am getting confidence in the subject what sir shared. Very flexible in timings."

Nirmal Kumar
K

Java Training

"He is a good trainer, he has good knowledge about the subject and I really understand the way he teach and it helped me to get more knowledge. "

Nirmal Kumar
S

Java Training

"Nirmal started very well in explaining basics. I am able to work out easily with his training. He also gives sufficient time to understand the topic. I have only less knowledge in java and now I am able to crack out every possible topics in java due to his training. "

Nirmal Kumar
F

Java Training

"Best and simple way of learning. He always keep encourage us for learning more, for ask questions and practicing. By attending his classes i have improved a lot more in java development. "

Have you attended any class with Nirmal? Write a Review

FAQs

1. What type of Java programming do you teach?

Struts

2. Which classes do you teach?

I teach Angular.JS, Java Training and Spring Classes.

3. Do you provide a demo class?

Yes, I provide a free demo class.

4. How many years of experience do you have?

I have been teaching for 9 years.

Answers by Nirmal (12)

Answered on 12/02/2015 Learn IT Courses/Java

1. References store an address. That address is the address in memory of the object. So, when a class is declared like so: "PersonClass y = new PersonClass();", the "y" variable actually stores an address in memory. If you were to look at that address in memory you would see the details of... ...more
1. References store an address. That address is the address in memory of the object. So, when a class is declared like so: "PersonClass y = new PersonClass();", the "y" variable actually stores an address in memory. If you were to look at that address in memory you would see the details of the PersonClass object. Pointers in C++, however, point directly to the object. 2. You can not perform arithmetic operations on references. So, adding 1 to a pointer is not possible, but is possible in C++.
Answers 20 Comments
Dislike Bookmark

Answered on 09/02/2015 Learn IT Courses/Java

Default and import are only reserved words. run is the method in thread, another word should be implements(s is missed).
Answers 18 Comments
Dislike Bookmark

Answered on 09/02/2015 Learn IT Courses/Java

We can have private contructor also. but using this we can create object with in the class itself, you can not create object from out side of the class. This process can be followed in singleton design pattern by providing a public method to get the same instance which had been created by static block.... ...more
We can have private contructor also. but using this we can create object with in the class itself, you can not create object from out side of the class. This process can be followed in singleton design pattern by providing a public method to get the same instance which had been created by static block. I would say don't make the constructor private, don't make the build code under the constructor (place it in a new method, which can be private) and make a method to return the object outside the class.
Answers 18 Comments
Dislike Bookmark

Answered on 07/02/2015 Learn IT Courses/Java

Practising the examples is the best to get more knowledge in java. After you get some confidence then you can go for tips.
Answers 16 Comments
Dislike Bookmark

Teaches

Java Training Classes
1 Student

Excellence Award Winner 2015

Java Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

9

Teaches

Struts

Spring Training
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Spring Training

5

Angular.JS Training
2 Students

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

10

AngularJS Version

Angular 13

Teaching Experience in detail in Angular.JS Training

Had good exposure in angular 11/12/13 versions with realtime banking/ insurance projects. Worked on angular moduler federation which companies are currently looking for. Worked on different projects with store which is state management for the angular. Post training students will have good knowledge in angular respective versions and with interview cracking skills. Extra support to refer internship in few companies.

Answers by Nirmal K. (12)

Answered on 12/02/2015 Learn IT Courses/Java

1. References store an address. That address is the address in memory of the object. So, when a class is declared like so: "PersonClass y = new PersonClass();", the "y" variable actually stores an address in memory. If you were to look at that address in memory you would see the details of... ...more
1. References store an address. That address is the address in memory of the object. So, when a class is declared like so: "PersonClass y = new PersonClass();", the "y" variable actually stores an address in memory. If you were to look at that address in memory you would see the details of the PersonClass object. Pointers in C++, however, point directly to the object. 2. You can not perform arithmetic operations on references. So, adding 1 to a pointer is not possible, but is possible in C++.
Answers 20 Comments
Dislike Bookmark

Answered on 09/02/2015 Learn IT Courses/Java

Default and import are only reserved words. run is the method in thread, another word should be implements(s is missed).
Answers 18 Comments
Dislike Bookmark

Answered on 09/02/2015 Learn IT Courses/Java

We can have private contructor also. but using this we can create object with in the class itself, you can not create object from out side of the class. This process can be followed in singleton design pattern by providing a public method to get the same instance which had been created by static block.... ...more
We can have private contructor also. but using this we can create object with in the class itself, you can not create object from out side of the class. This process can be followed in singleton design pattern by providing a public method to get the same instance which had been created by static block. I would say don't make the constructor private, don't make the build code under the constructor (place it in a new method, which can be private) and make a method to return the object outside the class.
Answers 18 Comments
Dislike Bookmark

Answered on 07/02/2015 Learn IT Courses/Java

Practising the examples is the best to get more knowledge in java. After you get some confidence then you can go for tips.
Answers 16 Comments
Dislike Bookmark

Book a Demo

Load More

Nirmal K. conducts classes in Angular.JS, Java Training and Spring. Nirmal is located in Sholinganallur, Chennai. Nirmal takes Regular Classes- at his Home. He has 10 years of teaching experience . HeĀ is well versed in English. Nirmal has got 30 reviews till now with 100% positive feedback.

X

Share this Profile

Recommended Profiles

Sarath

Sarath photo Kandancavadi, Chennai

Satish Kumar A.

Satish Kumar A. photo Ramakrishanapuram, Hyderabad

Mohit Singh

Mohit Singh photo Gachibowli, Hyderabad

Ram Kumar

Ram Kumar photo Thiruverkkadu, Chennai

Roop Kumar R

Roop Kumar R photo Sholinganallur, Chennai

Anji A.

Anji A. photo Bharat Nagar Colony, Balanagar

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more