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 2786how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
3 5858Q) 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 8736I 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 15801Hai 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 5741Hi 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 4512I 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 7871While 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,
2251
What is the first argument of the string array in main method?
What do you know about validation plugin ?
i want test pattern of zylog company and some examples also
What are the contents on web.xml in struts application ?
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
How does java handle integer overflows and underflows?
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
Differentiate between static and non-static methods in java.
How to create a base64 decoder in java8?
What is a constructor overloading in java?
Can we return resultset in java?
What is an object in java and how is it created?
How can you inject java collection in spring?
What is the java api?
What is a classloader in java?