Search:

Type: Posts; User: nagadeepa; Keyword(s):

Search: Search took 0.00 seconds.

  1. JSP Re: Writing Bussiness Logic using struts framework

    No business login should be written in a Model class which can be called from Action class.


    we can write BL in Action class even but the if u want the same BL to be applied for an GUI...
  2. Answers
    3
    Views
    2,902

    Web Design Problem in HTML

    I am now practicing HTML .I am trying to develop a page with some images .
    While opening that file with Fieorox i am able to see all the images that i have placed on page.But when I am opening...
  3. Problem while working with ClientSide Validations in Struts

    why i am getting NullpointerException when i am trying to perform validation

    on Client side .In projects I am using ValidatorForm .Can any one reply to this
  4. Answers
    2
    Views
    3,575

    Re: Validations on struts based applications

    Use Validator framework to validate ur forms that reduces in writing code this can be done in two ways :


    if we make attribute validate=true in action tag of action mapping...
  5. Answers
    3
    Views
    2,994

    Re: serialization

    Make your class to implements java.io.Serializable that menas that we are persisting our class. Remember that static variables, transient variables cannot be serialized.
  6. Re: write a program to reverse a string with/with out reverse() method?

    This is a prg to reverse a String with reverse() of StringBuffer and it works fine

    import java.lang.String;
    import java.io.*;
    class SR{
    public static void main(String a[])throws IOException{...
  7. Re: write a program to reverse a string with/with out reverse() method?

    to reverse a String using reverse() in StringBuffer

    import java.lang.String;
    import java.io.*;
    class SR{
    public static void main(String a[])throws IOException{
    String Original;
    String...
Results 1 to 7 of 7
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact