What are the shortcuts for learning Java?
What are the shortcuts for learning Java? Please someone tell me?
- 3379 Views
- 2 Answers
-
-
- 08 Jul
- 0 Comment
-
-
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 Jul
- 0 Comment
-
- What is the advantage of Java? Explain your answer
- EXAM PATTERN AND SYLLABUS FOR PROGRAMMING IN JAVA
- What is the last date to apply for Programming In Java Examination, please let me know.
- How can I practice the questions of Programming In Java? Where to find study material?
- What is coding in Java? Expalin your answer
- TIPS AND TRICKS FOR PROGRAMMING IN JAVA
- Why is Java a programming language?
- If you want to join It company just after 12th , here is the offer for you.
- Where is JAVA Coding most used in today's world?
- Which software is best for Java programming?
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.