What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
870If you’re overriding the method equals() of an object, which other method you might also consider?
895Post New Java Related AllOther Questions
Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
Why do we create dto in java?
What is loose coupling in java?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?
What is interceptor in java?
What is the most important feature of java?
What is java lang?
What is dto in java?
Why bean class is used in java?
Name primitive java types.
What is phantom memory?
What is difference between map and flatmap in java 8?
Can java program run without jdk?
explain isalive() method under thread class?
What is difference between loosely coupled and tightly coupled in java?