Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: jmd814

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    1,163

    This code is correct, you will need to provide...

    This code is correct, you will need to provide more context and details about what it means to not work right
  2. My first instinct is to have you try a DELETE......

    My first instinct is to have you try a DELETE... WHERE IN (SELECT [from second table])
    But on the MySQL documentation there was a comment that it wasn't working and he came up with his own solution....
  3. Question: Exception

    by jmd814
    Answers
    1
    Views
    451

    If you are asking if you can put a try/catch...

    If you are asking if you can put a try/catch block inside an "outer" catch block, the answer is yes.
  4. Question: Java program error

    by jmd814
    Answers
    1
    Views
    948

    A stack trace or specific error message would be...

    A stack trace or specific error message would be very very helpful.
  5. Answers
    3
    Views
    1,311

    Most of your answers are correct. However, 3b...

    Most of your answers are correct.

    However, 3b is wrong - a default constructor has no parameters.

    As for 3f. Imagine a method where a color is passed into the method and if the car color the...
  6. From code maintainability and understandability...

    From code maintainability and understandability stand points it does make more sense to simply provide getters for the variables that you want to expose from the abstract class.
  7. Question: DB by php & mysql

    by jmd814
    Answers
    3
    Views
    1,322

    If you are looking to simply administer MySQL...

    If you are looking to simply administer MySQL then phpMyAdmin (phpMyAdmin) is a good option. But if you are looking for something to build an actual front end (your post wasn't clear on that...
  8. Answers
    1
    Views
    380

    If you want help, you need to give a clearer...

    If you want help, you need to give a clearer description of the problem and preferably a stack trace
  9. Answers
    1
    Views
    427

    You will need to provide more context for your...

    You will need to provide more context for your question. If you are looking for help with java, simply go to java.sun.com. If you are looking for the help documentation for this "Java Doctor" it...
  10. Question: Doubt in Servlet

    by jmd814
    Answers
    4
    Views
    950

    Often the local directory is not in the...

    Often the local directory is not in the classpath, to add it, simply add the following to your options: '-cp .'

    This will force the classpath - which is the locations for which it will look for...
Results 1 to 10 of 10