Search:

Type: Posts; User: dipakshah8944

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    1,829

    Re: can't open jar file

    It is an application.
  2. Replies
    5
    Views
    1,829

    Re: can't open jar file

    Manifest.mf :

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)
    Main class : jlink.example.JLinkFeatures.class



    JLinkFeatures.class
  3. Replies
    5
    Views
    1,829

    can't open jar file

    I can't open this jar file:

    JLink - Flow Charts With Java | Free Home & Education software downloads at SourceForge.net

    first i double clicked ,but failed.
    then from cmd i set path and tried...
  4. Thread: return

    by dipakshah8944
    Replies
    6
    Views
    1,396

    [SOLVED] Re: return

    java rookie? garbage? sorry? are these java ?
  5. Thread: return

    by dipakshah8944
    Replies
    6
    Views
    1,396

    [SOLVED] Re: return

    Thanks kindk12.
  6. Thread: return

    by dipakshah8944
    Replies
    6
    Views
    1,396

    [SOLVED] Re: return

    Code after changes :



    class b
    {
    public static void main (String[] args)
    {
    System.out.println("HOURS IN A DAY: "+Hours(2));
    }
  7. Thread: return

    by dipakshah8944
    Replies
    6
    Views
    1,396

    [SOLVED] return

    class aa7
    {
    public static void main (String[] args)
    {
    System.out.println("HOURS IN A DAY: "+Hours(int days=2));
    }
    public class Hours{
    private static final int NUMBER_OF_HOURS_IN_A_DAY = 24;...
  8. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    Thank you.
  9. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    where can we select categories?
  10. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    confused abt last line output
  11. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    yes, but i m still confused. can u explain?
  12. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
    static class b{
  13. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    [code=java]
    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
  14. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  15. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  16. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  17. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    char k=max();
    char j=class b(max);
    System.out.println(i);
    System.out.println(j);
    }
    class b{
    public void max(){
  18. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    i don know . i m not just getting. i did this.

    class a{
    public static void main(String args[]){
    int i=10;
    char k=max();
    System.out.println(i);
    System.out.println(k);
    }
    class b{
  19. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    Please write new code.
  20. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] Re: hello

    print now :
    10

    want the output :
    10
    i
  21. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,151

    [SOLVED] hello

    hello everyone.

    I tried to find out correct section to ask this question,but i could not find way. could you suggest with answer?

    my code:

    class a{
    public static void main(String args[]){...
Results 1 to 21 of 21