How do you replace a string in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
Java violates few objected oriented concepts. Can you explain in what way?
Does java return by reference?
What is Marker interface in java? and what is clone?
What is a layout manager and what are different types of layout managers available in java awt?
How many bytes is a string?
What does string intern() method do?
What does it mean that strings are immutable?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
What are the advantages of arraylist over arrays?
What is the maximum size of byte array in java?