Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
1 2265"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
2 7877Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
TCS,
1 4989java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDr iver? I get this error at run time.I used oracle10G. I set CLASS PATH:C:\oraclexe\app\oracle\product\10.2.0 \server\jdbc\lib\ojdbc14.jar; I write JDBC PROGRAM like import java.sql.*; class Example { public static void main(String args[]) { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); System.out.println("Driver Loaded"); Connection con=DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:xe","system","salmas"); System.out.println("Driver Connected"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from emp"); while(rs.next()) { System.out.println(rs.getInt(1)); System.out.println(rs.getString(2)); System.out.println(rs.getString(3)); } st.close(); con.close(); } catch(Exception e) { System.out.println(e); } finally { System.out.println("it's finally block executed"); } } }
CTS,
6 25422Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debugging java.
2 5780what is the use of clone method? why user cant overwrite in sub class without its proper defination.
TCS,
2 6464
Are jvm’s platform independent?
What do you mean by an interface in java?
Can we extract main method from another class?
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
What is java string pool?
Write a program to find the whether a number is an Armstrong number or not?
What is the first argument of the string array in main method?
What is parsing in java?
i want test pattern of zylog company and some examples also
Differentiate between static and non-static methods in java.
Is minecraft 1.15 out?
Write a program to print count of empty strings in java 8?
Find Best Job Vacancies across the world on Jooble!
How can you inject java collection in spring?
What do you know about validation plugin ?