What are java annotations?
No Answer is Posted For this Question
Be the First to Post Answer
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What are some examples of variable costs?
What is dot operator?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is hash in java?
Is java se free?
Is null false in java?
What is design pattern and there types?
Can we change the scope of the overridden method in the subclass?
What is the use of accept () method in java?
Is integer passed by reference in java?