RoseIndia.net

Java Tips and Examples

Programming Resource Home :: Java-Tutorials :: Java-Tips-and-Examples




Java Tips and Examples
Tutorial Shadowing this
When an inner class refers to this, it refers to the current instance of the inner class. View Rating



Java Tips and Examples
Tutorial Shadow variables are evil
The inner variable shadows the outer variable. View Rating



Java Tips and Examples
Tutorial Local/Instance/Class Variables
There are three kinds of Java variables. View Rating



Java Tips and Examples
Tutorial Variables
Variables are places in memory to store values. View Rating



Java Tips and Examples
Tutorial Exercise - Trim Right
Write a method that returns a string with all trailing blanks from the right end of its string parameter. View Rating



Java Tips and Examples
Tutorial Programming - reverse() method
Write a method which has one parameter, a string, which returns a string which is the parameter will all characters reversed. View Rating



Java Tips and Examples
Tutorial Programming - Replace method
The predefined Java function replace may not be used for this -- you have to write it yourself. View Rating



Java Tips and Examples
Tutorial Exercise - Palindrome
Write a method which returns true if the string parameter is a palindrome. View Rating



Java Tips and Examples
Tutorial Exercise - Pad Left
Write a method to return a string which is the parameter with add extra blanks to the left end to make it length width. View Rating



Java Tips and Examples
Tutorial Programming - max3() method
Write a method which has three double parameters and returns the largest value. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62   63   64   65   66   67   68   69   70   71   72   73   74   75   76   77   78     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.