Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
5 6882Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
2134The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
4 9378which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 20192Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
1869If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?
2 40781.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
2042This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
3 5090IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
6 10613which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
7 9174
How would you integrate spring and hibernate using hibernatedaosupport?
Can we define constructor in inner class?
What is container struts2?
What are the benefits of ioc in spring?
Can I import same package/class twice?
What is the is the default transaction factory in hibernate?
Are the struts tags xhtml compliant ?
How to provide security in java
How do you reverse sort in java?
What is hibernate used for?
Why singleton is not thread safe?
What do you mean by ternary operator in java?
What is @service annotation in spring?
What is advice in spring?
What is http tunneling? How can we configure it on weblogic?