UrbanPro
true
Dinesh K Big Data trainer in Chennai

Dinesh K

Java/J2EE Trainer

Agaram, Chennai, India - 600011.

9 Students

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

Details verified of Dinesh 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

3 years experience of field of IT,

Currently Software Engineer(Java Developer),
Trainer @ NIIT,
Freelancer

Languages Spoken

Telugu

English

Tamil

Education

Veltech Engineer College 2010

Master of Computer Applications (M.C.A.)

Address

Agaram, Chennai, India - 600011

Verified Info

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

Big Data Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

PHP Classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

2

Java Training Classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

J2ME, Spring, JSP (Java Server Pages), Servlet, Core Java, Web services, Struts, Hibernate

Certification training offered

Yes

Mobile App Development Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Mobile App Development Training

2

Teaches following

iPhone Application Development, Android Application Development

Java Script Training classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

2

Servlet Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Servlet Training

2

Software Testing classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Software Testing classes

1

Spring Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

3

Documents (2)

Java Book

Java Code Optimization

Reviews (9)

4.9 out of 5 9 reviews

Dinesh K https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/1292871-small.jpg Agaram
4.9059
Dinesh K
L

Java Training

"He has very good knowledge and helped me a lot for my growth "

Dinesh K
L

Core Java training

"He has very good knowledge and helped me a lot for my growth "

Dinesh K
S

Java Training

"super teacher...inspirational teaching "

Dinesh K
S

Core Java training

"He thought java very well and he gave many example for java programs and he explained the topic of java which is easily under stood by me. "

Have you attended any class with Dinesh?

FAQs

1. Which classes do you teach?

I teach Big Data, Java Script Training, Java Training, Mobile App Development, PHP, Scala, Servlet, Software Testing, Spring and Struts Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Dinesh (8)

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

The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends Employete like that. When we create polymorphic object like Employee jo hn= null; john = new... ...more
The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends Employete like that. When we create polymorphic object like Employee jo hn= null; john = new Manager(); //later john = new Engineer(); Now I can say "john" is polymorphic object just think now. this statement Employee john = new Employee(); it is not a meaningful what we going to do with top level Employee object but I can say Employee john = new Manager() or Employee john = new Engineer.. So the better OO Principle is the generalized class or object or entity can be a abstract class. in this case Employee can be abstract class.
Answers 18 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn IT Courses/Mobile Application Development

Yes, u can use java in order to develop application on android, But if you want to develop stuff like 3D gaming and graphical stuffs u have to learn C/C++
Answers 15 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn IT Courses/Mobile Application Development

Learn Java and Android SDK
Answers 18 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn Java Certification Classes

You have to learn core java and its concepts. I am OCJP holder contact me if you want further
Answers 13 Comments
Dislike Bookmark

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

I will not prefer any programming language or technology instead, You can focus on Concept and Principles. Because when you say your a programmer you should be a programmer rather than saying Java programmer, C programmer, Scala Programmer, and so on. learn concepts.
Answers 18 Comments
Dislike Bookmark

Teaches

Big Data Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

PHP Classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

2

Java Training Classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

J2ME, Spring, JSP (Java Server Pages), Servlet, Core Java, Web services, Struts, Hibernate

Certification training offered

Yes

Mobile App Development Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Mobile App Development Training

2

Teaches following

iPhone Application Development, Android Application Development

Java Script Training classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

2

Servlet Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Servlet Training

2

Software Testing classes
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Software Testing classes

1

Spring Training
9 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

3

Answers by Dinesh K (8)

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

The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends Employete like that. When we create polymorphic object like Employee jo hn= null; john = new... ...more
The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends Employete like that. When we create polymorphic object like Employee jo hn= null; john = new Manager(); //later john = new Engineer(); Now I can say "john" is polymorphic object just think now. this statement Employee john = new Employee(); it is not a meaningful what we going to do with top level Employee object but I can say Employee john = new Manager() or Employee john = new Engineer.. So the better OO Principle is the generalized class or object or entity can be a abstract class. in this case Employee can be abstract class.
Answers 18 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn IT Courses/Mobile Application Development

Yes, u can use java in order to develop application on android, But if you want to develop stuff like 3D gaming and graphical stuffs u have to learn C/C++
Answers 15 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn IT Courses/Mobile Application Development

Learn Java and Android SDK
Answers 18 Comments
Dislike Bookmark

Answered on 15/12/2015 Learn Java Certification Classes

You have to learn core java and its concepts. I am OCJP holder contact me if you want further
Answers 13 Comments
Dislike Bookmark

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

I will not prefer any programming language or technology instead, You can focus on Concept and Principles. Because when you say your a programmer you should be a programmer rather than saying Java programmer, C programmer, Scala Programmer, and so on. learn concepts.
Answers 18 Comments
Dislike Bookmark

Contact

Load More

Dinesh K describes himself as Java/J2EE Trainer. He conducts classes in Big Data, Java Script Training and Java Training. Dinesh is located in Agaram, Chennai. Dinesh takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 3 years of teaching experience . Dinesh has completed Master of Computer Applications (M.C.A.) from Veltech Engineer College in 2010. HeĀ is well versed in Telugu, English and Tamil. Dinesh has got 9 reviews till now with 100% positive feedback.

X

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