Search:

Type: Posts; User: javabeginer

Search: Search took 0.13 seconds.

  1. Having trouble with DaoImplementation class Java

    Hi, I have a DaoHibernateImpl class. I am getting error when I am running my webapplication and the error is this class. Here is the code for OfferBankDaoHibernateImpl.java
    Code:

    package...
  2. Replies
    15
    Views
    2,004

    Re: Java solution required

    ???? Dint get.please elaborate
  3. Replies
    15
    Views
    2,004

    Re: Java solution required

    What I am asking is if my solution is an appropriate Object Oriented approach to answering the required problem statement? I know my code lacks comments.
  4. Replies
    15
    Views
    2,004

    Re: Java solution required

    Hi,

    Well I want to take a string argument.Anyway,the problem got solved.Coming back to the original problem statement,is my code an appropriate solution? For original problem statement,refer to my...
  5. Replies
    15
    Views
    2,004

    Re: Java solution required

    Alright,I just need one suggestion.Need help taking char array argument for the type of series.Rest all set.My code is:
    import java.io.*;

    /*
    * Like Ruby, in java, everything is an object. To...
  6. Replies
    15
    Views
    2,004

    Re: Java solution required

    Can you please guide me how to declare an array of character to accept input for the series to be generated?
  7. Replies
    15
    Views
    2,004

    Re: Java solution required

    My question is with two separate classes,how can I have my main class to handle both of them.How can I take a string argument to know I have to call Prime or Fibonacci class?
  8. Replies
    15
    Views
    2,004

    Re: Java solution required

    code for Fibonacci.java

    import java.io.*;
    class Fibonacci {
    public static void main(String args[]) {
    System.out.println("How many numbers of the sequence would you like?");
    InputStreamReader...
  9. Replies
    15
    Views
    2,004

    Re: Java solution required

    Okay.I have written two separate classes for Prime Number and Fib series.Now,the requirement of the task is to put them in the same class using OO concepts.Need headsup on that please.
  10. Replies
    15
    Views
    2,004

    Java solution required

    I need an urgent advise or solution to this:

    Problem Statement: Please write Java or C++ to create the following program: The nsg program should be a sequence generator program which can output...
Results 1 to 10 of 10