UrbanPro
true
Vidya S. Java trainer in Wadgaon/>

Vidya S.

Bachelor of Engineering - Computer Science. Sun Certified Java Programmer Sun Certified Web Component Developer

Khattalwada, Wadgaon, India - 274401.

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

Details verified of Vidya S.

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 software developer with 5+ years of programming & testing experience in a leading IT MNC and am immensely interested in helping out school and college go-ers and interested individuals alike in getting hands-on on a variety of software development skills and practices including - core java, advanced development with JEE ( JavaScript, html, struts, jsp, EJB and other server side programming components) and app servers, VB programming, SQL, software testing and programming methodologies.

Crash courses for newbies are also available. I am also interested in assisting students for your final year project work. Kindly contact me so that I can discuss your requirements and personalize the training based on your individual requirements.

Address

Khattalwada, Wadgaon, India - 274401

Verified Info

Education 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

Java Training Classes

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

Struts, JSP (Java Server Pages), Core Java, Hibernate, Servlet

Certification training offered

No

Teaching Experience in detail in Java Training Classes

Experienced java programming professional with 5 + years of work experience and 3 years of tutoring experience. Specialize in hands on coding for school students, newbies, college students and professionals.

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

3

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage, Software Programming, Training in Software application usage

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

3

Board

CBSE, ISC/ICSE

ISC/ICSE Subjects taught

Computer Science

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

Microsoft Excel Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Excel Training classes

3

Teaches following Excel features

Basic Excel

MS Word Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Word Training

3

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

3

BTech Computer Science subjects

Software Testing and Analysis, Internet Technology and Applications, Java Programming, Object Oriented Programming & Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Courses

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. What type of Java programming do you teach?

Struts, JSP (Java Server Pages), Core Java and others

2. Which classes do you teach?

I teach BTech Tuition, Class 12 Tuition, Computer, Java Training, MS Word and Microsoft Excel Training 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 3 years.

Answers by Vidya S. (1)

Answered on 06/01/2015 Learn IT Courses/Java

Multiprocessing: Consider running a Word application, a browser, a music player, and a gaming app. Each one of the above is a distinct process, with a specific job to perform. They share the processor time and the database resources, but the interaction between them may be limited or nil. Multithreading:... ...more
Multiprocessing: Consider running a Word application, a browser, a music player, and a gaming app. Each one of the above is a distinct process, with a specific job to perform. They share the processor time and the database resources, but the interaction between them may be limited or nil. Multithreading: Now consider running a browser with multiple tabs or a Spreadsheet with multiple sheets. Though the tabs/sheets are unique, they are subset of a larger process ( a browser or spreadsheet.) Threads are sub-processes. They are light weight. Threads share the resources within a process. They share the same data structure and variables. So inter thread communication ( like using data from one sheet to do computing in another sheet in a spreadsheet application) becomes a painless job. In multiprocessing, different processes execute in tandem, sharing the CPU and storage resources. In multithreading, different threads (subprocesses) execute in tandem within a process to achieve the goal of that process.
Answers 25 Comments
Dislike Bookmark

Teaches

Java Training Classes

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

Struts, JSP (Java Server Pages), Core Java, Hibernate, Servlet

Certification training offered

No

Teaching Experience in detail in Java Training Classes

Experienced java programming professional with 5 + years of work experience and 3 years of tutoring experience. Specialize in hands on coding for school students, newbies, college students and professionals.

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

3

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage, Software Programming, Training in Software application usage

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

3

Board

CBSE, ISC/ICSE

ISC/ICSE Subjects taught

Computer Science

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

Microsoft Excel Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Excel Training classes

3

Teaches following Excel features

Basic Excel

MS Word Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Word Training

3

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

3

BTech Computer Science subjects

Software Testing and Analysis, Internet Technology and Applications, Java Programming, Object Oriented Programming & Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Courses

No Reviews yet! Be the first one to Review

Answers by Vidya S. (1)

Answered on 06/01/2015 Learn IT Courses/Java

Multiprocessing: Consider running a Word application, a browser, a music player, and a gaming app. Each one of the above is a distinct process, with a specific job to perform. They share the processor time and the database resources, but the interaction between them may be limited or nil. Multithreading:... ...more
Multiprocessing: Consider running a Word application, a browser, a music player, and a gaming app. Each one of the above is a distinct process, with a specific job to perform. They share the processor time and the database resources, but the interaction between them may be limited or nil. Multithreading: Now consider running a browser with multiple tabs or a Spreadsheet with multiple sheets. Though the tabs/sheets are unique, they are subset of a larger process ( a browser or spreadsheet.) Threads are sub-processes. They are light weight. Threads share the resources within a process. They share the same data structure and variables. So inter thread communication ( like using data from one sheet to do computing in another sheet in a spreadsheet application) becomes a painless job. In multiprocessing, different processes execute in tandem, sharing the CPU and storage resources. In multithreading, different threads (subprocesses) execute in tandem within a process to achieve the goal of that process.
Answers 25 Comments
Dislike Bookmark

Vidya S. conducts classes in BTech Tuition, Class 12 Tuition and Computer. Vidya is located in Khattalwada, Wadgaon. Vidya takes Online Classes- via online medium. She has 3 years of teaching experience .

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