Java
You may think that history makes facts. You will be amazed to know Java history. Take the quiz to know more
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.
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
Some fundamental questions about Java that you should know and may be asked during interviews
Array is an important structure in programming language and Java programming language no difference
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
It is sometimes not practical to work out a string object immediately before validating if it is null or not
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 ...).
You may want to present a number and make it callable.
It is sometimes tricky working with linked lists if you are searching for an item to delete it.
When you start coding, you need to be mindful to memory usage and leakage.
Document Actions