Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What does java edition mean?
What is the purpose of spring framework?
What is the use of welcome-file-list?
What does it mean to be stateless?
Define a way to add hibernate mapping file in hibernate configuration file?
Why is ejb needed?
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%.
Is object a composite data type in java?
What is mnemonic in assembly language?
What are the loop holes of struts?
Can I reuse the session in hibernate?
What is type parameter in java?
What is the typical bean life cycle in spring bean factory container?
What do you mean by local variable and instance variable?
What is the difference between the font and fontmetrics classes in java programming?