Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is the difference between static and global variables and also define what are volatile variables?
1044This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
HCL,
986
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
How much ram can a 64 bit processor theoretically?
Differences between C and Java?
Expalin the method of calling a stored procedure from jdbc.
What is aop?
Name few wcs controller commands used in your application for catalog subsystem?
What is fetchtype lazy?
What is @controller in spring boot?
Write a program to reverse array in place?
Is it possible to perform collection mapping with one-to-one and many-to-one?
What is csa?
What is the epoch date?
Explain about arraylist?
What is the nested interface?
how to create multithreaded program? : Java thread