UrbanPro
true
Mastanvali Shaik Java trainer in Bangalore

Mastanvali Shaik

Tutor

Kaggadasapura Road, Bangalore, India - 560093.

7 Students

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

Details verified of Mastanvali Shaik

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Having 10 years of experience in teaching.
(Corejava, JSP,Servlets, JDBC, Struts, Hibernate, Webservices and Spring).

Languages Spoken

Kannada

Hindi

Telugu

English

Education

SKU

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

Address

Kaggadasapura Road, Bangalore, India - 560093

Verified Info

ID Verified

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

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

8

Teaches

Core Java

Certification training offered

Yes

PHP Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Documents (1)

JAVA-COURSE CONTENT

Reviews (7)

4.4 out of 5 7 reviews

Masthanvali Shaik https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/1133109-small.jpg Kaggadasapura Road
4.4057
Masthanvali Shaik
N

Java Training

"I went with minimum knowledge for the basic training. He very well explained the basic things. But when it come to examples, it would have been more interesting if examples were of his own or something that make us do it all alone with his guidance. That would have made a big change in the training. The text book examples don't explain the applicability in real time scenario. Timings were really flexible. "

Masthanvali Shaik
S

Java Training

"He is good with his concept but doesn't know how to present it . Should focus on more on explaining himself rather from Google . He is not punctual to class as well. Punctuality is lacking at times. "

Masthanvali Shaik
V

Advanced Java coaching

"I am vijay, I have been attending his classes for last couple of months .. his immense knowledge on java and programming is noticeable during the classes ..he Is very flexible and friendly way of teaching made me very comfortable and easy to understand. .one of the best teachers .. "

Masthanvali Shaik
V

Core Java training

"Masthan is a good trainer for java. Any one who doesn't no the programming also can understand easily by his teaching skills. "

Have you attended any class with Mastanvali?

FAQs

1. What type of Java programming do you teach?

Core Java

2. Which classes do you teach?

I teach Computer, Java Training and PHP 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 8 years.

Answers by Mastanvali (6)

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

can run the java compiled code in any environment, windows, linux or any other os thats why java is platform independent but JVM is platform dependent.
Answers 48 Comments
Dislike Bookmark

Answered on 23/07/2015 Learn IT Courses

Avinash, please prepare and be confident while attending interview.....
Answers 32 Comments
Dislike Bookmark

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

Now we can synchronize map also by using collections. Synchronize method need to pass map Object as parameter...
Answers 19 Comments
Dislike Bookmark

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

Hashmap will work based on hashing technique,HashMap in Java works on hashing principle. It is a data structure which allows us to store object and retrieve it in constant time O(1) provided we know the key. In hashing, hash functions are used to link key and value in HashMap. Objects are stored by calling... ...more
Hashmap will work based on hashing technique,HashMap in Java works on hashing principle. It is a data structure which allows us to store object and retrieve it in constant time O(1) provided we know the key. In hashing, hash functions are used to link key and value in HashMap. Objects are stored by calling put(key, value) method of HashMap and retrieved by calling get(key) method. When we call put method, hashcode() method of key object is called so that hash function of map can find a bucket location to store value object, which is actually index of internal array, known as table. HashMap internally store mapping in form of Map.
Answers 19 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

8

Teaches

Core Java

Certification training offered

Yes

PHP Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

4.4 out of 5 7 reviews

Masthanvali Shaik
N

Java Training

"I went with minimum knowledge for the basic training. He very well explained the basic things. But when it come to examples, it would have been more interesting if examples were of his own or something that make us do it all alone with his guidance. That would have made a big change in the training. The text book examples don't explain the applicability in real time scenario. Timings were really flexible. "

Masthanvali Shaik
S

Java Training

"He is good with his concept but doesn't know how to present it . Should focus on more on explaining himself rather from Google . He is not punctual to class as well. Punctuality is lacking at times. "

Masthanvali Shaik
V

Advanced Java coaching

"I am vijay, I have been attending his classes for last couple of months .. his immense knowledge on java and programming is noticeable during the classes ..he Is very flexible and friendly way of teaching made me very comfortable and easy to understand. .one of the best teachers .. "

Masthanvali Shaik
V

Core Java training

"Masthan is a good trainer for java. Any one who doesn't no the programming also can understand easily by his teaching skills. "

Load More
Have you attended any class with Mastanvali?

Answers by Mastanvali Shaik (6)

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

can run the java compiled code in any environment, windows, linux or any other os thats why java is platform independent but JVM is platform dependent.
Answers 48 Comments
Dislike Bookmark

Answered on 23/07/2015 Learn IT Courses

Avinash, please prepare and be confident while attending interview.....
Answers 32 Comments
Dislike Bookmark

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

Now we can synchronize map also by using collections. Synchronize method need to pass map Object as parameter...
Answers 19 Comments
Dislike Bookmark

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

Hashmap will work based on hashing technique,HashMap in Java works on hashing principle. It is a data structure which allows us to store object and retrieve it in constant time O(1) provided we know the key. In hashing, hash functions are used to link key and value in HashMap. Objects are stored by calling... ...more
Hashmap will work based on hashing technique,HashMap in Java works on hashing principle. It is a data structure which allows us to store object and retrieve it in constant time O(1) provided we know the key. In hashing, hash functions are used to link key and value in HashMap. Objects are stored by calling put(key, value) method of HashMap and retrieved by calling get(key) method. When we call put method, hashcode() method of key object is called so that hash function of map can find a bucket location to store value object, which is actually index of internal array, known as table. HashMap internally store mapping in form of Map.
Answers 19 Comments
Dislike Bookmark

Contact

Load More

Mastanvali Shaik describes himself as Tutor. He conducts classes in Computer, Java Training and PHP. Mastanvali is located in Kaggadasapura Road, Bangalore. Mastanvali takes Regular Classes- at his Home and Online Classes- via online medium. He has 8 years of teaching experience . Mastanvali has completed Master of Computer Applications (M.C.A.) from SKU. HeĀ is well versed in Kannada, Hindi, Telugu and English. Mastanvali has got 7 reviews till now with 100% positive feedback.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Mastanvali

Let Mastanvali know you are interested in their class

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.

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