How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 7149how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 24415HOW 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 2925how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 4654take 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).
1387If 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 5888
What is the new line character?
Which method cannot be overridden in java?
Explain about the main() method in java?
Does constructor creates the object ?
What is meant by method?
Is void a wrapper class?
How do you stop a thread in java?
Why main method is called first in java?
Define a java class.
How does hashset works in java?
How do you define a singleton class?
How do you ensure that n threads can access n resources without deadlock?
What is string in java? String is a data type?
What is classpath?
Using callable statement how can you pass out parameters, explain with example?