Search:

Type: Posts; User: mayankpant

Search: Search took 0.36 seconds.

  1. Re: Which option suits best along with reason JAVA CODE MCQ

    C:\Users\Mayank\Documents\revision\Demos.java:7: package utils does not exist
    import static utils.Repitition.twice;
    ^
    C:\Users\Mayank\Documents\revision\Demos.java:7: static...
  2. Which option suits best along with reason JAVA CODE MCQ

    1. package utils;
    2.
    3. public class Repetition {
    4. public static String twice(String s) { return s + s; }
    5. }
    and given another class Demo:

    1. // insert code here
    2.
    3. public class Demo...
Results 1 to 2 of 2