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
1823The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
4 8525which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 17757Where 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
1611This 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 4476IN 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 9701
What is local variable and instance variable?
What is java virtual machine? Explain
What is the difference between @before and @beforeclass annotation?
What is variable and example?
Is empty string in java?
What is a JAR file?
What does escaping a character mean?
Can we have try without catch block?
What is difference between static class and singleton pattern?
What is the primitive type byte?
How do you get length in java?
Who developed java?
Can you access non static variable in static context?
What is the use of flag?
What is jit and its use?