Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Interview preparation
Rating: 4.0 out of 5(123 ratings)
14,554 students

Java Interview preparation

If you know java basic , Its time to learn java concepts . So that you can level up your java skills
Created byProTeach Tech
Last updated 7/2020
English

What you'll learn

  • I will not teach you basic java like what is overriding rather i will clear concepts like ( More specific method is chosen during compile time in case of Overloading )
  • Here , What is constructor in java is not thought , But i have cleared concept related to constructor like (Declaring constructor return type (void , int , float …) makes it as method , does not give any error)
  • Explained concepts like why Non static variable can be accessed inside static method in case of Interface and why Non static variable can not be accessed inside static method in case of class
  • Covered Concept related to Exception like , If a method in Child class throws Exception then the overridden method in parent class must also throws exception or else error comes in
  • To Know more about what you will learn in this course , watch free lectures available in this course

Course content

2 sections70 lectures16h 39m total length
  • How to proceed in this course4:05

    Follow a three-part structure: theoretical part, practical coding in the Java IDE, and note revision to learn each lecture efficiently while using photocopied notes to save time.

  • Important Codes and Terms20:26
  • How to Download and Install Netbeans IDE0:07

Requirements

  • Basic Java and Java object oriented Knowledge is must for this course
  • For more info about prerequisites watch this course promotional video

Description

In this course, you won't be learning what is an interface rather you will learn that object of an interface can not be created but its reference variable can store the address of class to which it implements

Form above example you might have understood that this course is all about Java Concept, not basic java topics

Each lecture video is divide into three parts Theory, Practical and Notes revision, If you are expert in java you can learn concept just by watching theory  and Note revision part, this saves your 2/3 of time on each lecture

You will Get PDF notes for each lecture so that you do not have to waste time on making handwritten notes


Who this course is for:

  • Students who are beginner in Java
  • Students who have basic java knowledge and java object oriented programming knowledge
  • Experts in java can also take up this course , to level up them self's in java