Search:

Type: Posts; User: nandhutee

Search: Search took 0.23 seconds.

  1. Re: run time error: same program running in jdk19 but not in jdk1.7.5 Why?

    ReplaceExample.java,JavaExample.java both my lab program shows this Exception.
    Error:could not find or load main class JavaExample
    caused by java.lang.classNot FoundException:JavaExample
    ...
  2. Re: run time error: same program running in jdk19 but not in jdk1.7.5 Why?

    Error:could not find or load main class JavaExample
    caused by java.lang.classNot FoundException:JavaExample
  3. Re: run time error: same program running in jdk19 but not in jdk1.7.5 Why?

    k. Tomorrow I have Lab Session. I will note that error.
  4. appletviewer not display ,no compile andr run time error. appletviewer not working?

    import java.awt.*;
    import javax.swing.*;

    public class DrawATriangle extends JPanel {
    public void paintComponent(Graphics g) {
    int [] x = {50,100,0};
    int [] y = {0,100,100};...
  5. run time error: same program running in jdk19 but not in jdk1.7.5 Why?

    run time error: same program running in jdk19 but not in jdk1.7.5 Why?

    In my laptop i installed jdk19 program successfully runned,but in my college old version jdk 1.7.5 same program compiled,but...
  6. Error: Could not find or load main class ScannerClassInput

    package com.DataFlair.StringInput;
    import java.util.*;
    import java.util.Scanner;
    public class ScannerClassInput
    {
    public static void main(String args[])
    {
    Scanner sc = new...
  7. Replies
    3
    Views
    1,697

    Re: Array -Sorting

    k.
  8. Replies
    3
    Views
    1,697

    Array -Sorting

    Write a program to sort a given array
    (Passing Array to a Method in Java- get an array from user input
    Returning Array from the Method-sort and then return the sorted array)


    import...
Results 1 to 8 of 8