How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8353how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 27447HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
1 3815how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 6351take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
1980If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
3 7621
What is difference between checked and unchecked exception in java?
What do you mean by platform independence?
What is the difference between error and an exception?
What do you mean by scope of variable?
Write a method to check if input string is palindrome?
How does varargs work in java?
what is heap memory?
What is thread safe singleton?
Why pointers are not used in java?
Can we override tostring method in java?
What is java dot?
What is :: operator in java 8?
What is the lifetime and scope of a variable?
what is the difference between thread and runnable types? : Java thread
How do I compare two strings in word in java?