Top Java Code Interview Questions :: ALLInterview.com http://www.allinterview.com Top Java Code Interview Questions en-us How to create and run runnable jar file of a Java Project. http://www.allinterview.com/showanswers/65167.html Common Examples ---------------- Let's say I have a Java application consisting of three source files that I wish to distribute: One.javaTwo.javaThree.java I also want to call my JAR file example.jar. To make a JAR file with just One How to convert string containing decimal point into integer in java? http://www.allinterview.com/showanswers/68913.html /* How to convert string containing decimal point into integer in java? For example given a string like "3.14" as input how to get integer 3 as result. */ String myStr = "3.14"; Int myInt = Float.valueOf(myStr).intvalue(); How to read MS-word document in java without displaying junk (unneces http://www.allinterview.com/showanswers/20848.html There are lot of third party API's availbale. Please try below one available in Jakarta site Apache POI - HWPF - Java API to Handle Microsoft Word Files how to print a message to console without using main() function?(do http://www.allinterview.com/showanswers/59076.html using a static block you can print the message (string)s.o.p how to store and retrive a set of values without using an array http://www.allinterview.com/showanswers/71700.html please post the answer... thanks and regards kiran.y inner join,outerjoin,trigger,stored procedure explain with code snip http://www.allinterview.com/showanswers/70372.html Join:It is the combining of two rows from different tables based on the comparative values in selected columns. Types of Join : Cross Join, Inner Join or equi join and Outer Join which comprises of Left join and Right join. Inner Join : It how to display date after one month using from today date in jsp http://www.allinterview.com/showanswers/67310.html You have to use javscript or use some database connectivity in JSP program. i am trying to intigrate ejb and hibernate ,from session facade i am http://www.allinterview.com/showanswers/66111.html how to display after one month adding today's sysdatedate in js http://www.allinterview.com/showanswers/67307.html Can you forward data from a servlet to a regular .java class that is http://www.allinterview.com/showanswers/88807.html put it in a session as an attribute. How can we get the details for printing the employee details at run http://www.allinterview.com/showanswers/91512.html Here is d coding for JDBC Connectivity to retrieve employee details I hv provided comments also so u can understand it better --------------------*----------------------------- /** * * @author KIRAN */ import java.sql.*; import java.i I am trying to pass the string firstName from a Servlet called Sampl http://www.allinterview.com/showanswers/88810.html How to run the Result Intemation System project in java for collage http://www.allinterview.com/showanswers/95758.html