Close sidebar

What are the shortcuts for learning Java?

What are the shortcuts for learning Java? Please someone tell me?

  • Pallavi
  • 2568 Views
  • 2 Answers
2 Answers
  • Ok so let me tell you something, one should learn the concepts of a programming language like if you know what Object Oriented Programming is then you can implement it in any programming language the only syntax will differ from language to language.br /br /As you've asked the shortcutsbr /br /1. Start with basicbr /- Basic Syntaxbr /- Basic Datatypesbr /- Operatorsbr /- Loopsbr /- Conditional Statementsbr /- String, Arraysbr /- File handling and Exceptions Handlingbr /br /2. Move to Object Oriented Programmingbr /- Classesbr /- Objectsbr /- Constructorbr /- Inheritancebr /- Polymorphismbr /- Abstractionbr /- Encapsulationbr /- Interface and Packagesbr /br /That's all you've knowledge of Java Programming language. Now if you want you can now learn Data Structures and Algorithms.


  • strong1) Learn the language basics/strongbr /This is the first step for very obvious reason. If you don’t know the basics then you will never know either what to do next or what you are doing wrong. br /strong2) Create some small programs/strongbr /Once you are confident that you are very much familiar with most basic stuffs/keywords and concepts and you can actually relate them somehow, you are welcome to second step where you will have to start building some very strongvery basic java programs/strong e.g. hello world, simple addition and subtraction etc.br /strong3) Create advanced programs using java APIs/strongbr /Now when you are done with making most of the baisc programs, and most importantly, you are comfortable into creating such basic programs, jump to this step.


Practice Mock Test
programming in java