Can we overload the main() method?
No Answer is Posted For this Question
Be the First to Post Answer
Can a hashset contain duplicates java?
How java is platform independent?
41 Answers College School Exams Tests, Infosys, TCS,
What is method overriding in java ?
What is the difference between Array and Hash Table?
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
What are the differences between processes and threads?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
what is a working thread? : Java thread
How to print nodes of a Binary tree?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
How do you sort in java?