Java

Java is a high-level, class-based, object-oriented programming language

You may think that history makes facts. You will be amazed to know Java history. Take the quiz to know more

Questions  (10)

There are some important acronyms which java developers usually use to communicate with each other. It is a kind of a language now that hiring managers usually expects a java development to know. This quiz covers some of these common acronyms.

Questions  (10)

This quiz will help you recognize common compilation errors. Usually, IDEs are powerful enough to capture such errors on the fly. However, it is very important to know them by heart as you may be in a situation using only Javac and you do not want to waste a lot of time

Questions  (4)

Some fundamental questions about Java that you should know and may be asked during interviews

Questions  (6)

Test your knowledge with some basic knowledge of Java

Questions  (8)

Array is an important structure in programming language and Java programming language no difference

Questions  (4)

The quiz presents a Java code that takes an input and prints an output based on some conditions. Take the quiz and test your understanding about conditional statements

Questions  (5)
Check if a string is Null or Empty

It is sometimes not practical to work out a string object immediately before validating if it is null or not

Check if a string has a white space at any position

It is important sometimes to check a string and make sure that it does contain a white space (e.g. space, new line, tab, etc ...).

Make a phone number callable in Android

You may want to present a number and make it callable.

An efficient way to delete an item from a dynamic list

It is sometimes tricky working with linked lists if you are searching for an item to delete it.

Variables and Memory Optimization

When you start coding, you need to be mindful to memory usage and leakage.


Document Actions