Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
2 4566Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If not how can I do.
IBM,
3 7160Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
7 13778A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
3 6337Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
4 6750struts comes under which layer of three tire architecture in real time projects plz i need explaination?
10 20382
What do you understand by casting in java language? What are the types of casting?
What do you know about validation plugin ?
explain different ways of using thread? : Java thread
What is the difference between filters and interceptors ?
What is the first argument of the string array in main method?
What is the java api?
Write a program to print count of empty strings in java 8?
How is declarative handling of exceptions done in struts ?
What is the difference between equals() and == in java?
What is a classloader in java?
What is the locale class?
How can you inject java collection in spring?
How to sort array in descending order in java?
How does java handle integer overflows and underflows?
What is the difference between break and continue statements?