-
Career
Why Programmers should take their CV seriously? 5 Tips to Make Better Resume
Recently I received an email from one of my readers telling me that he is not getting enough interview calls…
Read More » -
Core Java
Top 20 Core Java Interview Questions and Answers from Investment Banks
This is a new series of sharing core Java interview questions and answers on the Finance domain and mostly on…
Read More » -
Core Java
5 Free OCAJP8, OCPJP8 Mock Exams and Practice questions – 1Z0-808 809 (Java 8 Certification)
In order to do well on Java certifications, you need good books and a reasonable number of practice questions before…
Read More » -
Core Java
3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More » -
Core Java
Why you should control Visibility of Class and Interface in Java
One of the important aspects of software development is maintenance, and it’s proven by experience that a piece of software…
Read More » -
Core Java
2 Examples to Convert Byte[] array to String in Java
Converting a byte array to String seems easy but what is difficult is, doing it correctly. Many programmers make mistake…
Read More » -
Software Development
15 Java Socket Programming, Networking Interview Questions and Answers
Networking and Socket Programming is one of the most important areas of Java programming language, especially for those programmers, who…
Read More » -
Core Java
Difference between getPath(), getCanonicalPath() and getAbsolutePath() of File in Java
The File API is very important one in Java, since it gives access of File system to Java programs. Though…
Read More » -
Core Java
How to Load Resources from Classpath in Java with Example
Classpath in Java is not only used to load .class files, but also can be used to load resources e.g.…
Read More »