Wednesday, January 10, 2018
Object Oriented Principles
›
Object Oriented programming suggests to use the following principles during the design of a software. Encapsulation : Manipulation of...
Friday, November 10, 2017
Create Schedulers in Java
›
At a particular point of time every developer needs to run some task background. In java we have background clean up program nothing but G...
Friday, March 4, 2016
Difference between Static binding and Dynamic binding in java ?
›
Difference between Static binding and Dynamic binding in java ? Static binding : Occurs during compile time . Uses type(Class) informati...
Call By Value and Call By Reference
›
How Java pass parameters to method ? Call by Reference or Call by Value ? One of the tricky parts of java to understand, whether it supp...
Friday, February 5, 2016
How hashCode and equals method works in HashMap or HashTable
›
How hashCode and equals method works in HashMap or HashTable? Ans) HashMap or HashTable or ConcurrentHashMap are used based on requi...
Wednesday, March 11, 2015
when to use ThreadLocal class in java
›
MultiThreaded Programming is always special in java. It has lot to do. In such cases we will face problems like sharing of variables (whi...
Tuesday, December 23, 2014
Java Memory Areas
›
Java Memory Areas Java program has one or more threads. Each thread has its own stack. All threads share same heap
JVM Machine Architecture
›
Java Implementation : Compiler and Virtual Machine Compiler produces bytecode Virtual machine loads classes on demand, verifies...
Monday, December 22, 2014
Interview Questions on java
›
What is the Difference between JDK and JRE? Ans : The “JDK” is the Java Development Kit i.e., the JDK is bundle of software that you...
‹
Home
View web version