What are the shortcuts for learning Java?
What are the shortcuts for learning Java? Please someone tell me?
- 3378 दृश्य
- 2 उत्तर
-
-
- 08 जुलाई
- 0 टिप्पणी
-
-
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.
-
- 04 जुलाई
- 0 टिप्पणी
-
- Java v/s C++
- Which software is used for Java programming?
- Why is Java a programming language?
- What is the JAVA? How to Learn JAVA?
- Java Language is better than C Language?
- EXAM PATTERN AND SYLLABUS FOR PROGRAMMING IN JAVA
- TIPS AND TRICKS FOR PROGRAMMING IN JAVA
- Should i learn Java or Kotlin ?
- Which software is best for Java programming?
- How can I practice the questions of Programming In Java? Where to find study material?
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.