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
2181The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
4 9534which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 20661Where 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
1939This 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 5232IN 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 10815
Can a main method be declared final?
Where are global variables stored?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What do you mean by scope of variable?
What is length in java?
Is nullpointerexception checked or unchecked?
How does arraylist work in java?
What is data type modifier?
Why do we use regex?
Explain the purpose of garbage collection in Java?
What is int lol?
What are the 2 types of java programs?
What is the impact of declaring a method as final?
what is method reference in java 8?
how we can make a read-only class in java?