Search:

Type: Posts; User: bobbyk

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,675

    Re: Create Vector of Object

    package friends;

    import java.sql.*;
    import java.util.*;

    public class Friends {

    public static void main(String[] args) {
    String DRIVER = "com.mysql.jdbc.Driver";
    ...
  2. Replies
    3
    Views
    1,675

    Create Vector of Object

    Hi, I'm a newbie.
    How can I create a vector of Object. Suppose I declare a class

    public class Book{
    String id;
    String Title;
    sign int published;
    };

    I want to make a data like this
Results 1 to 2 of 2