UrbanPro
true
Vijay Kumar Oracle trainer in Ghaziabad

Vijay Kumar

Let's simplify Coding, It's a great Fun.

Ghaziabad, Ghaziabad, India - 201010.

1 Student

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

Details verified of Vijay Kumar

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 am a passionate Software developer & Trainer in java ,Dot Net & PHP Based Technologies, Teaching to me is not a one way communication, where teacher is the sender & student(s) are the receivers, It is a sharing of past, present practices, fundamentals & ideas to innovation.

At present, I teach the people who have passion for doing something in Software Development technologies. I have taken web sessions , traditional classes.

Developed Software's Live Demonstrations at:

Canteen Software
Birthday Software

Languages Spoken

English

Punjabi

Hindi

Education

Ignou 2006

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

Address

Ghaziabad, Ghaziabad, India - 201010

Verified Info

UrbanPro Verified

Phone Verified

Email 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

Oracle Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

.Net Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

HTML Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

4

Java Training Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

4

Spring Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

3

jQuery Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in jQuery Training

4

Java Script Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

5

PHP Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

3

Courses

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach .Net Training, HTML, Java Script Training, Java Training, Oracle Training, PHP, Spring and jQuery 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 Vijay Kumar (27)

Answered on 11/10/2015 Learn IT Courses/Java

you can create an object from a class via constructor only. Now if default (non-parameter) constructor is used then the properties of the created instance / object are initialized as per specified in the class definition, But if user want to initialize the property of the created object with custom values... ...more
you can create an object from a class via constructor only. Now if default (non-parameter) constructor is used then the properties of the created instance / object are initialized as per specified in the class definition, But if user want to initialize the property of the created object with custom values then he can use the parameter - constructor of the class.
Answers 19 Comments
Dislike Bookmark

Answered on 11/10/2015 Learn IT Courses/Java

Java byte code is interpreted by JVM line by line and then compiled on the fly for execution on processor.
Answers 40 Comments
Dislike Bookmark

Answered on 11/10/2015 Learn IT Courses/Java

iterator is meant for sequential traversal of the collection hence it does not contain get() method.Because get() method means direct access of element in a list.
Answers 15 Comments
Dislike Bookmark

Answered on 31/12/2014 Learn IT Courses/Java

Hi, All the members (properties & methods) of the parent object are available to child objects via inheritance, Many times, Child want to do more in that method, hence it implements it's own version of the same method for it's specific purpose, That's method overriding.
Answers 41 Comments
Dislike Bookmark

Answered on 30/12/2014 Learn IT Courses/Java

Hi, The above code is using the parent reference type to point to child object. Now from the obj reference you can point to all the members of base class as well as to the child class (by type casting). This is the normal practice in java technologies to create the parent reference type for child... ...more
Hi, The above code is using the parent reference type to point to child object. Now from the obj reference you can point to all the members of base class as well as to the child class (by type casting). This is the normal practice in java technologies to create the parent reference type for child objects, this strategy enables your code flexible for any sub-child, for example, if you have a method like this add(Collection c), this means parameter can be object of List,Set or any sub-collection object, this makes your method more generic & powerful. regards vijay
Answers 26 Comments
Dislike Bookmark

Teaches

Oracle Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

.Net Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

HTML Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

4

Java Training Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

4

Spring Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

3

jQuery Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in jQuery Training

4

Java Script Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

5

PHP Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

3

Courses

No Reviews yet!

Answers by Vijay Kumar (27)

Answered on 11/10/2015 Learn IT Courses/Java

you can create an object from a class via constructor only. Now if default (non-parameter) constructor is used then the properties of the created instance / object are initialized as per specified in the class definition, But if user want to initialize the property of the created object with custom values... ...more
you can create an object from a class via constructor only. Now if default (non-parameter) constructor is used then the properties of the created instance / object are initialized as per specified in the class definition, But if user want to initialize the property of the created object with custom values then he can use the parameter - constructor of the class.
Answers 19 Comments
Dislike Bookmark

Answered on 11/10/2015 Learn IT Courses/Java

Java byte code is interpreted by JVM line by line and then compiled on the fly for execution on processor.
Answers 40 Comments
Dislike Bookmark

Answered on 11/10/2015 Learn IT Courses/Java

iterator is meant for sequential traversal of the collection hence it does not contain get() method.Because get() method means direct access of element in a list.
Answers 15 Comments
Dislike Bookmark

Answered on 31/12/2014 Learn IT Courses/Java

Hi, All the members (properties & methods) of the parent object are available to child objects via inheritance, Many times, Child want to do more in that method, hence it implements it's own version of the same method for it's specific purpose, That's method overriding.
Answers 41 Comments
Dislike Bookmark

Answered on 30/12/2014 Learn IT Courses/Java

Hi, The above code is using the parent reference type to point to child object. Now from the obj reference you can point to all the members of base class as well as to the child class (by type casting). This is the normal practice in java technologies to create the parent reference type for child... ...more
Hi, The above code is using the parent reference type to point to child object. Now from the obj reference you can point to all the members of base class as well as to the child class (by type casting). This is the normal practice in java technologies to create the parent reference type for child objects, this strategy enables your code flexible for any sub-child, for example, if you have a method like this add(Collection c), this means parameter can be object of List,Set or any sub-collection object, this makes your method more generic & powerful. regards vijay
Answers 26 Comments
Dislike Bookmark

Contact

Load More

Vijay Kumar describes himself as Let's simplify Coding, It's a great Fun.. He conducts classes in .Net Training, HTML and Java Script Training. Vijay is located in Ghaziabad, Ghaziabad. Vijay takes Regular Classes- at his Home and Online Classes- via online medium. He has 5 years of teaching experience . Vijay has completed Master of Computer Applications (M.C.A.) from Ignou in 2006. HeĀ is well versed in English, Punjabi and Hindi.

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