Hi 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 9368which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 20153Where 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
1866This 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 5085IN 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 10601
How many days will it take to learn java?
Why are generics used?
What is bufferedwriter?
What is collection class in java?
What is codebase?
What is difference between null and void?
Can a class extend 2 classes in java?
What are default methods ?
When can an object reference be cast to an interface reference in java programming?
How many arguments can a method have java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
what is difference betweem home interface and remote interface?
Is java same as core java?
Differentiate between stringbuffer and string?
Which sorting algorithm is in place?