please give me some best tips to improve my coding skill in java.
Hey Kavita Kumari
Here are a few things you could do to improve your skill in JAVA
- Have good basics that is a solid understanding of OOPS concepts
- Read a good basic book on JAVA hat will help you understand concepts really well but in a easy way
- Practice. Practice.You would have heard it. But theres no better way to improve
- Master the APIs
- Follow good blogs to keep up and learn more about JAVA
hope this helped
all the best
Hi Kavita
- Practice.
- Remember basics of java.
- Advance java is derived from basic java only. Its all about using APIs ( language apis not Restful Apis) , Learn to use and remember the documentation. you can always open documentation of java while coding. These days tools like eclipse are very useful.
- Every java lib has set of classes, each classes has set of method with signature. so you should know how to use them when to use them.
- you must know how to do use basic things like collection, string, data types, when to use what. example Why to use Double or BigDecimal and when to use which of these.
If you can do these things that mean you are very good in programming.
Now you must solve some complex algorithms with your programming skill.
your algorithm should be good in performance and accuracy.
Hope this helps!




