Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
1 2791how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
3 5862Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?
3 8737I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
8 15823Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com
4 5748Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?
IBM,
1 4517I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?
1 7878While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
ADP,
2252
What do you know about validation plugin ?
What is difference between @controller and @restcontroller in spring?
What is the difference between filters and interceptors ?
Explain public static void main(string args[]) in java.
How to sort array in descending order in java?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What do you understand by casting in java language? What are the types of casting?
What is the resourcebundle class?
What is action chaining ?
What are the differences between heap and stack memory in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Realized?
Can we return resultset in java?
Differentiate between static and non-static methods in java.
Are jvm’s platform independent?