Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
7 11944
What is the workflow of a servlet?
What is a non-durable topic subscriber?
What is the difference between applications and applets?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the flow of requests in struts based applications?
What is garbage collector?
What is servlet in web technology?
What are the tables used for catalog management?
Why do we use variables?
What is the purpose of the return statement?
How hashmap increases its size in java?
What is pointcut expression?
What is the managed server?
What is the format of a log message in a web logic server?
What are the types of messages that are supported by JMS?