Forum: Java Apr 11th, 2008 |
| Replies: 6 Views: 675 You need this:
public class DemoAges
{
private Ages ages = new Ages();
public static void main(String[] args)
{
//Declare/initialize Ages
int age = 0; |
Forum: Java Mar 20th, 2008 |
| Replies: 12 Views: 1,248 If your question is about accessing the excel as your DB, then:
Microsoft provides a driver for that, and you can use JDBC to access your excel (DB) like any other database. you need to create a... |