Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

4 Endorsements
Ranked #397
Ranked #4K
~7K People Reached

7 Posted Topics

Member Avatar for jalpesh_007

hi, make use of this simple example hope may work. import java.util.*; public class hashmap { public static void main(String[] args) { HashMap hash = new HashMap(); hash.put("roll", new Integer(12)); hash.put("name", "jack"); hash.put("age", 22); Set s = hash.entrySet(); Iterator i = s.iterator(); while (i.hasNext()) { System.out.println(i.next()); } } }

Member Avatar for JamesCherrill
-1
1K
Member Avatar for navya.shalini
Re: JDBC

Hi shalini, Hope this may help you... http://www.coderanch.com/t/500071/JDBC/databases/Compare-Values-JTextField-against-field http://www.coderanch.com/t/545041/JDBC/databases/Insert-VALUE-JTEXTFIELD-DATABASE-accidentally

Member Avatar for navyashalini
0
73
Member Avatar for Hari Murthy

I am trying to integrate the ColReorder.js(http://datatables.net/extras/colreorder/) [ which enable columns re-ordering option] into my existing data-table. Its works good, but the problem is its affects the CSS / CSS not applying. I don't know whether its clashing with my existing js ( jquery.dataTables.js ). Please help me how to …

Member Avatar for pritaeas
0
102
Member Avatar for Hari Murthy

Hi all, I have tried to search the text/string in a file(doc,pdf,ppt) and needs to get page numbers for the particular string is exist. Did anyone know the way to do it.(ex:storestext in db & search or ?). (or) Anyone know how to read a file(doc,pdf,ppt) page by page. Waiting …

Member Avatar for chrishea
0
82
Member Avatar for newbie1234

To achieve this you should use frameworks or move to use url encode options.

Member Avatar for IIM
0
159
Member Avatar for zeeshanmughal

> $sql = "insert into products (PU_NUMBER, PU_DESC, UNIT_ASS) > VALUES('$_POST[pu_number_products]', '$_POST[pu_description_products]', '$_POST[unit_ass_products]')"; Its should be : $username = $_POST['user_name']; $password = $_POST['password']; > $sql = "insert into tblusers (user_name, password) > VALUES('$username', '$password')"; It must work..

Member Avatar for ehpratah
0
133
Member Avatar for hell_tej

Is it not possible to Stretch the image JLabel! or it is possible , if yes plz post the code for me..........

Member Avatar for javaAddict
0
5K

The End.