What is bigger kb or mb?
No Answer is Posted For this Question
Be the First to Post Answer
How does indexof work?
What is the GregorianCalendar class?
Is sizeof a preprocessor?
Explain different types of thread priorities ?
How many bits is a char?
Which method is used to find that the object is exited or not?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the difference between applet and application?
How do you sort a set in java?
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
What are the kinds of polymorphism?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,