Checked Exceptions extend Throwable class, but they do not extend RuntimeException or...
Java has an automated process called Garbage Collector for Memory Management. It is a daemon in JVM that monitors...
In Java, there are no pointers. Memory management and allocation is done by JVM. Since memory allocation...
We can provide implementation in finalize() method to reference and unreferenced object. For an unreferenced...
Encapsulation :Nested classes increase encapsulation. Let say there are two top-level classes, Foo and Bar...
An Inner class in Java is non-static class. It is a type of Nested class that is defined in another class but not...
Both forward and sendRedirect are mechanisms of sending a client to another page. The main difference between these two are as follows...
We can use a Cookie in JSP by performing following steps...
We use Expression in a JSP to return a value and display it at a specific location. It is generally used for dynamically...
Every HTTP request comes back with a status code from the server. The important status codes in HTTP are as follows...
JSP directive is a mechanism to pass message to JSP container. JSP directive does not produce an output to the page. But it communicates with JSP container...
We can use import tag to import a Java file in JSP code. Once a file is imported, it can be used by JSP code...
A JSP object, implicit or explicit, can have one of the following scopes...
The Thread-safe classes in Java Collections framework are...
Main differences between Collection and Collections are...
Main differences between a List and a Set are...
It’s a novel and viable Practical Byzantine Fault Tolerant consensus algorithm based on modular architecture...
It’s a slang that is used to represent a crytpocurrency’s success. When a new crypto-coin or token is launched...
The VeChainThor is a Public Blockchain, conceptualized in 2015 by Sunny Lu and launched in 2016. It is designed for mass...
It is a product, typically computer hardware or software, that is announced early to general public but its launch is either...