Search:

Type: Posts; User: Ganezan

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    6,002

    Convert string to private and public key

    Hi all,


    i need to convert string to private and public key..
    if u have any idea please share with me..

    KeyPairGenerator keyGen = KeyPairGenerator.getInstance( "DSA" );
    ...
  2. Replies
    2
    Views
    4,058

    Re: Control Browser Back Button

    Hi Json,

    Happy New Year..

    I am working one small intranet web appln.
    I want control browser back button. After logout if we click back button in browser ,it will go the previous page in...
  3. Replies
    2
    Views
    4,058

    Control Browser Back Button

    That code work only in IE..
    not used in firefox ..

    give some idea for control browser back button.. and directly give the url to the browser..



    Regards

    Ganesan.
  4. Replies
    0
    Views
    2,451

    control Browser Back Button

    Hi all,

    in my appln in log out page remove all session value..
    and each page
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Cache-Control","no-store");
    ...
  5. Replies
    2
    Views
    1,687

    Re: Diff Bw JREvs JDKvs JVM

    Thanks Json,
    I understand your concept.
    Advance Happy Christmas and New year..:)
  6. Replies
    2
    Views
    1,687

    Diff Bw JREvs JDKvs JVM

    i am new to java pgm.. can any one tell what diff bw jdk,jre,jvm.

    Thanks and regards
  7. Replies
    2
    Views
    2,476

    Re: Double Buffering

    Thanks Chris..
  8. Replies
    2
    Views
    2,476

    Double Buffering

    Hi All,

    what is double buffering in java.. Give one eg...

    kind Regards,
  9. Replies
    4
    Views
    6,702

    Private Constructor

    Hi ..


    How to access private constructor from outside class..
  10. Replies
    4
    Views
    2,048

    Re: Validate in server side..

    Thanks literallyjer, copeg and Json’s. Hai Json’s, I understand your point...
    Thanks for your info...

    Regards,
  11. Replies
    4
    Views
    2,048

    Validate in server side..

    Hai all,

    I have one doubt in my project. I want to validate input should be a number in server side... if u knows this, give the solution for that...

    Kind Regards
  12. Re: what is the use of transient class and serializable interface?

    Transient is keyword, it is member variable of the class. This variable not persist when an object are stored or Serialized.
    Serialization is an interface by which you can save the state of an...
Results 1 to 12 of 12