UrbanPro
true

Amit K.

Gateway2IT driven trainings by Industry expert working professionals

Nagwa Lanka, Varanasi, India - 221005

Verified 55 Students

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

Details verified of Amit K.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Teaches

Java Training Classes
11 Students

Tutor Of The Month Award Winner January 2020

For Java Training in Varanasi

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

10

Teaches

Core Java, Spring, Java Full Stack Developer, Web services, Servlet, J2EE, Hibernate, JSP (Java Server Pages), Java Real Time Projects

Certification training offered

Yes

Teaching Experience in detail in Java Training Classes

Course at Gateway2IT teaches by industry experts who have years of experience in software development and can provide you with real-world insights and best practices. you'll work on hands-on projects and exercises throughout the course, giving you practical experience with the technologies and tools used in the industry.

C Language Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

Teaching Experience in detail in C Language Classes

Overall 14+ years of experience in Java development and Training programs.

Servlet Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Servlet Training

15

Spring Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

13

Mobile App Development Training

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

Mobile_App_Development_Android

jQuery Mobile

Teaches following

Android Application Development

Teaching Experience in detail in Mobile App Development Training

I am having 13+ year exp in JAVA/J2EE project development as well as Individual/Corporate Training of various IT Programming Languages like C / C++ / Java and Courses like PHP / Android / Web Programming / Industrial Training / Minor & Major Project Development.

Web Designing Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Web Designing Classes

5

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

4.9 out of 5 39 reviews

Amit Kumar https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/3241126-small.jpg Nagwa Lanka
4.90539
Amit Kumar
A

Java Training

"I learned a lot in your class because you took the extra time to explain things clearly.Thanks Amit sir. "

Reply by Amit

Thanks for your valuable feedback

Amit Kumar
P

Java Training

"First of all, many thanks to Amit Sir for his support and believe on me. Amit Sir is very good for java. You are very nice teacher. Amit Sir clears all concepts in core java very well. It is very good institute. He is an amazing teacher and a great person. I am very happy to learn java from Gateway2it."

Reply by Amit

Thanks for your valuable feedback

Amit Kumar
A

JAVA Industrial Interview Questions driven by Gateway2IT

"It is a good place to get deep knowledge of the industry. I found a good experience of core java with an oops concept, along with I also get excellence knowledge of spring framework and web services. Great thanks to Amit Sir. "

Reply by Amit

Thanks Arvind

Amit Kumar
R

Java Training

"First of all, many thanks to Amit Sir for his support and believe on me. It is very good platform to enhance IT skills (specially java) for freshers and experienced and best for those who wants to grow rapidly in industry. I have learned a lot to things here. "

Reply by Amit

Thanks Rahul

Amit Kumar
M

Java Training

"As someone who never worked as a web developer and had very little programming experience, I was concerned about learning everything fast and as much in depth as I could. Amit makes things very simple and easy to understand from his classes, I have improved my knowledge as his course covers from the basics to intermediate and advanced topics "to come" as he tells you what you are getting every time he does an update as well as what is coming. His way of defining what you want to achieve by breaking down the big picture into small chunks has helped me in my day to day job keep it up. He is an amazing teacher and a great person. You really get value with Amit's courses. "

Amit Kumar
S

Java Training

"This is the best academy to learn and enhance skills in IT field. I have learnt a lot of things here. Thanks you."

Amit Kumar
A

Java Training

"Excellent online class by Amit sir, and its on time and with flexible slots. "

Amit Kumar
E

Core JAVA / Advanced JAVA + Project

"I am learning form Amit sir. He is the best trainer for the IT world. Thank you sir. "

Reply by Amit

Thanks SAM... I got your feedback

Amit Kumar
D

Java Training

"It was a great learning experience. He taught java in depth both practically and theoretically. Also trained us on live project. Grew in confidence thereafter and was able to find a job as a software engineer in one of India's largest MNC. "

Amit Kumar
V

Java Training

"Amit sir is the best teacher for java training classes.He has more than 12 years experience of industry so that it share to industry pattern.We learned lot of things like industry pattern,how to work in industry.In every moment,he guide the student. Amit sir teaches with real time example which is based on industry pattern. He is a best trainer for java. "

Amit Kumar
D

Java Training

"Real time knowledge and concepts are delivered nicely stuffed with industry conventions. "

Amit Kumar
P

Java Training

"I attend coaching at Gateway2IT academy. It is a very good institute. I done a project from this. Amit sir clears all concepts very well. "

Amit Kumar
V

Java Training

"Providing a very good training. Provided a latest Industry tools to work. Solving problem & providing guidance any time. "

Amit Kumar
K

Java Training

"Great learning path for the freshers. Got to learn lot of things from Amit Sir. He is a great mentor. "

Amit Kumar
B

Java Training

"Given a very good training. Provided a latest Industry tools to work. Solving problem & providing guidance any time. "

Have you attended any class with Amit?

Answers by Amit K. (57)

Answered on 25/11/2020 Learn IT Courses/Programming Languages/C Language

It is the starting point of execution of our program into C Language. void means, we return nothing from main. Main is a function.
Answers 59 Comments
Dislike Bookmark

Answered on 17/10/2020 Learn IT Courses/Programming Languages/C Language

Main () is a starting point to execute program. It is a function which we define as per our program requirement.The void is the return type which means from main() we are not returning anything to the caller.
Answers 59 Comments
Dislike Bookmark

Answered on 13/09/2020 Learn IT Courses

Apache HADOOP is a framework which is used to develop data processing applications which are executed in a distributed computing environment. It is used for storing and processing extensive volume data. It facilitates using a network of many computers to solve problems involving massive amounts of data... ...more

Apache HADOOP is a framework which is used to develop data processing applications which are executed in a distributed computing environment. It is used for storing and processing extensive volume data. It facilitates using a network of many computers to solve problems involving massive amounts of data and computation.

Answers 245 Comments
Dislike Bookmark

Answered on 06/06/2020 Learn Tuition/BCA Tuition/Java Programming

Use Swing Designer to design front end for the calculator. After that, apply logic for arithmetic operations using the action performed method on every operator.
Answers 3 Comments
Dislike Bookmark

Contact

Load More

Lessons (8)

Constructor in Java

A constructor is a particular type of method that is used to initialise the object. The constructor is invoked at the time of object creation. It constructs the values, i.e. provides data for the object...

23/06/2019
2 0
0
Final modifier in Java

Can’t change value of variable if marked as final. It is best practice to mark method parameter as final if its value will not changes. Variable must be initialize either using Initializer block...

11/06/2019
2 0
0
Access Specifiers â?? Private, Protected, Public, Package-private

Access level modifiers determine whether other classes can use a particular field or invoke a particular method. The following table shows the access to members permitted by each modifier. Access...

11/06/2019
2 0
0

Contact

Load More

Amit K. describes himself as Gateway2IT driven trainings by Industry expert working professionals. He conducts classes in C Language, Java Training and Mobile App Development. Amit is located in Nagwa Lanka, Varanasi. Amit takes Regular Classes- at his Home. He has 15 years of teaching experience . Amit has completed Bachelor of Science (B.Sc.) from Purvanchal University in 2000 and Master of Computer Applications (M.C.A.) from UPTU in 2005. He is well versed in English, Hindi and Bhojpuri. Amit has got 39 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