You can get the answer and an example here:
http://support.microso ft.com/kb/313100/EN-US/...
User Profile
Collapse
-
It's a library problem. See:
http://forums.java.net/jive/thread.jspa?for umID=72&threadI D=6560&messageI D=49206...Leave a comment:
-
You have to be more concrete. Do you need a popup calendar to be used on Swing, JSP or JSF?...Leave a comment:
-
Struts is a framework written in Java. If you use C#, use a corresponding framework in C#....Leave a comment:
-
The error message is the answer. The version 48.0 is expected, but you deliver the version 49.0....Leave a comment:
-
Write a JUnit-Test and you know the answer. - But it would be better to write the JUnit-Test first, then implement the class and if the test is running fine the problem is terminated....Leave a comment:
-
I think the JDBC-Driver is not on the classpath (see error message). As long as you have no access to the com.microsoft.j dbc.sqlserver.S QLServerDriver class, the url is irrelevant....Leave a comment:
-
That means that the program terminated normally.
The program can be terminated by System.exit(sta tus). It's a convention that a non-zero status value is used for an abnormal termination....Leave a comment:
-
Use a class Student, which implements the interface Serializable. The attributes are the details. The created objects for different students are added to the ArrayList object. Write the whole ArrayList object to a file (serialization) .
Reading the file (deserializatio n) you get the ArrayList object, which contains the Student objects added before serialization.
Code:package example.serialization; import java.io.Serializable;
Leave a comment:
No activity results to display
Show More
Leave a comment: