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
2075The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
4 9170which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
17 19631Where 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
1811This 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 4965IN 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 10419
How define set in java?
How is garbage collection controlled?
What is static import?
Does java support multiple inheritances?
Can private method static?
What is the difference between a checked and an unchecked exception?
What are predefined functions?
Is null in java?
How will you call an Applet using Java Script Function?
What are byte codes?
What is a lock or purpose of locks in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
Why are there no global variables in java?
Explain with example the concept of constant variable in java.
State the main difference between c++ and java?