Add a value x to array from index l to r where 0 <= l <= r <= n-1
No Answer is Posted For this Question
Be the First to Post Answer
Is java code slower than native code?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
Explain about features of local inner class?
What is thread safe in java?
Explain about interthread communication and how it takes place in java?
What is the gregoriancalendar class in java programming?
What is the difference between and ?
What is the old name of java?
Can we define static methods inside interface?
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?
Can you explain the final method modifier?
What is an array and a vector? How they different from each other?