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 8522Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
5 16019Write 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.
2739Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
1 8114What will be the output of the program?
public class Test {
public static void main(String args[]) {
ArrayList
What are the bundled validators?
What are the 4 types of characters?
Which swing methods are thread-safe?
What does it mean that a class or member is final?
What does regex mean?
Who found java?
What checkbox method allows you to tell if a checkbox is checked?
What is the same as procedures?
What do you understand by private, protected and public?
Can we sort list in java?
What are the two scope types for formbeans?
what is deadlock? : Java thread
What are user defined exceptions?
Are the struts tags xhtml compliant ?
Is not bound in this context unable to find jdbc spring boot?