krishbcs

krishbcs

Member

Member since
Dec 12, 2011
Last active
May 2, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    How to disable main window while sup window is open?

    i make small project myself using java. i have created many frame in a many classes. so i need to open sup...

  2. #Threads

    86963e9e-10c4-44b0-98ab-a77f2f3f1bc1

    it's also same error.

  3. #Threads

    fd0341de-a8e7-4332-8169-b5c10ad5570f

    this program work perfectly before 2 weeks. but at the same program creates exception error.

  4. #Threads

    Java mail sending probelm?

    I try to make a java coding to send mail. java code as follow /* * To change this template, choose Tools...

  5. #Threads

    96e1a4f1-119c-44d0-a3e2-fb6f9320ac3d

    please tell me how i add the library to the project class properly

  6. #Threads

    Problem in create Pdf using java

    hi i need to create pdf for my data from orcle database using java. i am using following java coding import java.io.*;...

  7. #Threads

    eabcc857-4117-4a48-967b-e9e1c49ee8af

    i want to make a tool bar like following

  8. #Threads

    6adf7475-1c57-411f-93fc-79b010a833c6

    import java.awt.*; public class ImageButton extends Canvas { private Image image; private String command; private boolean selected = false; private Dimension...

  9. #Threads

    How to add image on button?

    how to add image on button using awt in java without swing?

  10. #Threads

    d0e95b72-5510-4d08-b753-63cd72d7a873

    thanks boss i have connected successfully and also can inserted record.

  11. #Threads

    3e26b16c-9f58-468c-abc3-c98f2f2ba704

    ianoopThis driver is not used to connect oracle driver. Which database you are using. if oracle then first try to connect using...

  12. #Threads

    40ec9f0f-935e-452b-b6a0-a17ffcfdf9e8

    boss... I have installed Oracle 10g and java jdk1.7.0. you mean Oracle jdbc driver? After download this what i do?

  13. #Threads

    86035d46-c3d5-45e3-8548-dfb84a6d04d5

    boss... I have installed Oracle 10g and java jdk1.7.0. you mean Oracle jdbc driver? After download this what i do?

  14. #Threads

    a43300e6-8b7a-41ea-b106-e348b83e2972

    yes this exception error cleared. but another one exception is following please try for me. this is my Database Connection program....(Database.java) packag...

  15. #Threads

    4e0b8e5d-9b45-43e1-b913-68039bfdd961

    hai, i almost complete my connection, but i can not clear this error please tell solution for following error: --------------------Configuration: <Default>--...

  16. #Threads

    c5ac32fc-dec8-4dfd-9631-85abb89531a9

    And also try this, BUt it also error: import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; impo...

  17. #Threads

    d0c028de-3d9d-403a-b805-f26b4682a7ac

    ianoopimport java.sql.DriverManager; import java.sql.Connection; import java.sql.SQLException; public class OracleJDBC { public static void main(String[...

  18. #Threads

    How to connect java with oracle 10g?

    i want to connect java and oracle. i can create design in java and also create and insert table using sql in...

  19. #Threads

    251e8d09-70f1-4342-bf6b-51ebfbb21ae9

    grsalviFor sms part , go to this link and get the concerned API : #-Link-Snipped-# For UI ,you must be knowing Swings...

  20. #Threads

    How to create a pc suite using java?

    i want to create to create pc suite using java. already i know have nokia pc suite there. but i want to...

  21. #Threads

    Doubt in c program

    how work this recursive function. would any one of you Explain this? please... int Fib(int N) { if(int N) return 1; else...

  22. #Threads

    da8ad8dc-18e3-499a-9e60-c3cfaf5774b9

    thanks

  23. #Threads

    e6e41e80-880e-4882-a79d-c9ea3561d7fc

    for example: ArithmeticException: Error program: class ArithException { public static void main(String arg[]) {...

  24. #Threads

    635a9573-0b84-4917-a458-d45a2227fe97

    ianoopChecked Exception: You must have to handle those exceptions by yourself using try-catch or throws clause Unckecked: JRE will take care of...