User Profile

Collapse

Profile Sidebar

Collapse
hardik shah
hardik shah
Last Activity: Aug 17 '07, 06:37 AM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hardik shah
    replied to cryptographical greater string
    in C
    Thank you for your reply. I have searched on google. but i can't understand the concept, I think if there is any example.. it will help me.

    Hardik Shah...
    See more | Go to post

    Leave a comment:


  • hardik shah
    started a topic cryptographical greater string
    in C

    cryptographical greater string

    Hi,

    What is cryptographical greater string . Anyone can explain me with example.


    Thanks in advance

    Hardik Shah
    See more | Go to post

  • hardik shah
    started a topic polymorphism
    in Java

    polymorphism

    Hi,

    I am a Java Student, I am running following code but it is failed, I found ferror :




    =========== Code =============


    // polymorphism

    abstract class player // class is abstrct
    {
    String name;

    player(String nm)
    {
    name=nm;
    }

    //public String...
    See more | Go to post

  • hardik shah
    started a topic Classpath
    in Java

    Classpath

    Hi,

    I am new to java.

    I have developed a single file

    class cname
    {
    import java.io.*;
    {
    public static void main (Strings args[])
    {
    // some code
    }
    }

    when i compile above programme, i found follwoing error
    import java.io - illegal of start type
    ^

    I think it may be due to improper classpath setting.
    ...
    See more | Go to post
No activity results to display
Show More
Working...