What will happens if you opened Internet Explorer 4 times?
Answers were Sorted based on User's Feedback
four new clients are created,for each client new session is
created
| Is This Answer Correct ? | 14 Yes | 0 No |
What are the uses of java?
How do you represent a space in regex java?
Is null a string?
What is mnemonic in assembly language?
how to make the double-tone class ? as we have singletone class..?
if i have one string class then how can you achive this class functionality of this class?
What is a java applet? What is an interface?
Write a program to reverse a number in java?
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
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,
What are examples of modifiers?
How many types of string data types are there?