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 6932Hi 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
2156The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
4 9429which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 20383Where 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
1899If 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 41121.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?
2063This 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 5136IN 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 10687which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
7 9238
What is a null class?
Is there any framework in j2me that supports for all three HTc,iphone,Nokia phones.
Why deletion in linkedlist is fast than arraylist?
List the advantages of spring framework?
Who manages the access control policies and how?
What is context param in spring?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the advantage of hibernate?
Enlist diffrent types of inheritance supported by java?
If two threads have same priority which thread will be executed first ?
Creating Class and methods – Java OOP Exercise
What is in hql?
What is application configuration resource file?
What are the different modules of wlst?
What is the default value of float and double datatype in java?