Lara84's Profile
Reputation: 1
Apprentice
- Group:
- Members
- Active Posts:
- 29 (0.06 per day)
- Joined:
- 15-February 12
- Profile Views:
- 162
- Last Active:
Mar 29 2012 04:47 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Generic
Posted 24 Mar 2012
my file contains several line of sql statement like " Select triangle where area > 10 "
square , polygon and triangle are my classes that extends shape.And i have a set on each of class that contains different sized triangle, square and polygon.So when I read area , I must go to the right class in that case which is triangle and find all area > 10 in triangles set. -
In Topic: Generic
Posted 24 Mar 2012
yes , you are right but my problem is I don't know anything about reflection so I though that I might solve it by using generic. -
In Topic: Generic
Posted 24 Mar 2012
I want to read a file which contains name of variable that are in class A,B and C and some other data ,I want to identify the class's variable which I read when tokenizing the file to further implementation.
Thanks -
In Topic: Java programing
Posted 1 Mar 2012
Thanks guys.. -
In Topic: JSP
Posted 27 Feb 2012
I found my error ,first I closed the bracket '}' in the first program which is cause to other program does not know conn object and for printing the result of query I have used system.out which is just OUT .print in JSP
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
Lara84 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
burakaltr
19 Feb 2012 - 22:40Find all those folders by performing an "ext" search and place the jdbc-driver.jar in those locations.
Then with correct syntax to be used in your java program you can connect.
That's how I do.
Good Luck !