Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What is scope & storage allocation of static, local and register variables? Explain with an example.
IBS,
1014
I installed a new application, what do I need to do before I can access it from the web server url?
When do we need to use internal iteration? When do we need to use external iteration?
What configuration changes are required to use resource files in Struts?
Can we execute a program without main() method?
What is front controller in struts2?
What is the similarity between dynamic binding and linking?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Is jms a message broker?
What is container-managed persistence?
What are the differences between stringbuffer and stringbuilder?
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%.
What are the main classes of the list interfaces? : java collections
What are the ddl statements?
How jndi is related to jms?
What do you mean by singleton class in java?