Search:

Type: Posts; User: mrbadola

Search: Search took 0.09 seconds.

  1. Thread: strings

    by mrbadola
    Replies
    6
    Views
    1,516

    strings are immutable ...iam little confused

    import static java.lang.System.*;
    import java.util.Scanner;

    class StringTest3
    {
    public static void main(String args[])
    {
    String str = "Unisoft Technologies"; //immutable...
  2. Replies
    3
    Views
    774

    Re: Show minimum value

    Oh i got it...thnks
  3. Replies
    3
    Views
    774

    Show minimum value

    public static void main(String[] args) {
    int arr[]=new int[5];

    Scanner in=new Scanner (System.in);
    System.out.println("enter the array");
    for(int i=0;i<arr.length;i++)...
  4. Thread: java

    by mrbadola
    Replies
    3
    Views
    1,250

    Re: java

    thnks...i didnt said dat m 0 in programming..bt it tooks a lot of tym to solve a prblm... there is not much prblm foh me to learn the syntax...bt the prblm is all about logics
  5. Thread: java

    by mrbadola
    Replies
    3
    Views
    1,250

    java

    this question is not about java programming only...bt i wnt to know...how u guys r so good in programming....whenever i saw people likes u...n different forum..i get motivated...bt iam a poor in...
  6. Thread: Loop Error

    by mrbadola
    Replies
    17
    Views
    1,890

    Re: Loop Error

    if u r returning a array then its return type should be an array...use public static string[] reverse(parameters)
  7. Replies
    4
    Views
    973

    Re: Question on While Loops

    remove semi colon ...
  8. Thread: strings

    by mrbadola
    Replies
    6
    Views
    1,516

    strings

    strings are immutable in java...so can we apply toupper nd tolower function directly in a string
Results 1 to 8 of 8