Download FREE GTU Android App

  • Blog Posts
  • Discussions
  • Groups (3)
  • Photos
  • Photo Albums
  • Videos

Deepen Shah's Friends

  • Dharmik Rami
  • Pratik Parmar
  • Tirath Mulani
  • Nirav Dangi
  • neel patel
  • NIxit Patel
  • Nikita Vora
  • Asmita Mahamuni
  • siddharth solanki
  • Prushni Joshi
  • Ritesh Ambastha

Gifts Received

Gift

Deepen Shah has not received any gifts yet

Give a Gift

 

Deepen Shah's Page

Latest Activity

Deepen Shah and Dharmik Rami are now friends
Apr 30
Deepen Shah replied to Ankit Patel's discussion Netbeans Project to .exe in the group Java Learning Group
"Why you want to create .exe where you can run your java project as .Jar file. And if you have developed Web project then place all your jar files in lib dir of that."
Apr 30
Deepen Shah replied to Chitrank Dixit's discussion How to read values from JComboBox in the group Java Learning Group
"You can convert this value from int to String using conversion function. Also from String to Date."
Mar 12
Deepen Shah is now friends with Nikita Vora, neel patel, Nirav Dangi and 4 more
Feb 23
Deepen Shah replied to Chitrank Dixit's discussion Unable to establish Open file dialogue using netbeans in the group Java Learning Group
"Hi you can use following code to do that. FileDialog fd = new FileDialog(f, title, FileDialog.LOAD); fd.setDirectory("C:/");         fd.setFilenameFilter(new FilterClass(".png")); class…"
Jan 9
Deepen Shah replied to Aziz Ajmeri's discussion Applet Elimination in the group Java Learning Group
"Applet was old school. It was used for web application but now there is better option i.e. Servelt (Server side applet) . You can find lot more difference between applet and servlet  which proves that servlet is best option to choose."
Dec 9, 2011
Deepen Shah replied to Dixit Rajpara's discussion KeyListener Error in the group Java Learning Group
"Here problem is with your KeyEvent class. In all 3 methods of key listener (keyTyped,keyReleased and keyPressed)  we have to pass object of KeyEvent class but you have created your own KeyEvent class it is taking argument of that class. while…"
Oct 10, 2011
Deepen Shah replied to URVISH M SHAH's discussion java with sql server. in the group Java Learning Group
"Ok then, paste your errors, version of SQL Server and ODBC driver you are using, DSN steps which you have followed.  And if possible also attach your java code.   In this way only i can help you."
Sep 30, 2011
Deepen Shah replied to URVISH M SHAH's discussion java with sql server. in the group Java Learning Group
"If you want to make connection using java you need ODBC driver for SQL Server. Depending on your SQL Server version, download appropriate ODBC driver  and installed it. After that create DSN using that driver. Now using this DSN you will able…"
Sep 29, 2011
Deepen Shah replied to Surendra Kunwar's discussion java.net in the group Java Learning Group
"You can also do same thing by RMI. http://java.sun.com/j2se/1.5/pdf/rmi-spec-1.5.0.pdf"
Sep 26, 2011
Deepen Shah replied to Surendra Kunwar's discussion Java Server Programs in the group Java Learning Group
"Windows already provide this kind of program (Remote Desktop). Run -> type mstsc.   Then why you want to write your program?"
Sep 26, 2011
Deepen Shah replied to Rameshwar Soni's discussion StringBuffer Doubt in the group Java Learning Group
"As far as i know, capacity works in string buffer like, For eg. By default capacity is: 16 in first program you are inserting 17 char. 17>16 but 17 < (16*2)+2, so new capacity is 34 (16*2+2) then again you inserted more 35 chars. so 35>34…"
Sep 23, 2011
Deepen Shah replied to Dhara Jaiswal's discussion What is this regex doing? in the group Android Learning Group
"RegEx (Regular Expression) doesn't mean to splitting a string. It is like, to match or compare string using pattern of characters.  Hence it gives flexibility For eg.  you want to valid email ids. Now email id is like string which…"
Sep 7, 2011
Deepen Shah joined Power User's group
Thumbnail

Android Learning Group

Welcome to the Android Group where you can learn new things in newer ways.Group Expert: Rajnikant JoshiSee More
Sep 7, 2011
Deepen Shah replied to Dixit Rajpara's discussion Error in the Program in the group Java Learning Group
"It gives you error because Thread class doesn't have such constructor which takes "NewThread" (class created by you) instance as argument.   To create the thread and to make you program successful you have to change few lines. 1.…"
Sep 7, 2011
Deepen Shah replied to Monika Agarwal's discussion steps for connection in the group Java Learning Group
"The program written by Nainesh can also be used if you have only mysql and no XAMPP.   Prerequisites: 1. Install MySQL 2. Download latest J Connector from MySQL. 3. Extract and place JAR file (mysql connector) in you classpath (lib folder in…"
Aug 27, 2011

Profile Information

Profile
Professional
Institute/Organization
iMany
Where do you live?
Ahmedabad

Comment Wall (1 comment)

You need to be a member of iWillStudy.com to add comments!

Join iWillStudy.com

At 3:53pm on May 5, 2011, Ritesh Ambastha said…

Thanks for joining in! There are a lot of students who needs help in our various discussion forums. Industry has to play a vital role in uplifting the education system, and we are glad that professionals like you are joining us on daily basis. 

 

Your experience and mentoring will surely help students!

 
 
 

Upcoming Event

Videos

  • Add Videos
  • View All

© 2012   Created by Power User.

Badges  |  Report an Issue  |  Terms of Service

Android Resource Center