Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
2 8693Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
5 16279Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
1 2799Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
2 8233What will be the output of the program?
public class Test {
public static void main(String args[]) {
ArrayList
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Explain public static void main(string args[]) in java.
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
what are the different modes of archival? Explain each mode in two lines each?
How to sort array in descending order in java?
What do you mean by an interface in java?
What is lazy class?
What is parsing in java?
What is the difference between break and continue statements?
What is the difference between equals() and == in java?
What do you know about validation plugin ?
What is the difference between filters and interceptors ?
i want test pattern of zylog company and some examples also
What is difference between @controller and @restcontroller in spring?
How can you inject java collection in spring?