we have syntax like for(int var : arrayName)
this syntax is to find whether a number is in the array or
not.but i want to know how to find that number's location.
No Answer is Posted For this Question
Be the First to Post Answer
What is runtime locatable code?
How do you sort arraylist in descending order?
What is protected and friendly?
Which is better 64 bit or 32 bit?
What is r * in math?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Why is method overloading not possible by changing the return type in java?
Is empty .java file name a valid source file name?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Can we override protected method in java?
What is the purpose of return statement?
Is 0 an even number?