Forum: Java Aug 17th, 2005 |
| Replies: 5 Views: 3,174 In this case i dont think there is any specific benefit of using interface.
Interfaces are useful when the child classes have same methods which have different implementation.
More than that... |
Forum: Java Aug 11th, 2005 |
| Replies: 6 Views: 1,547 why dont you use some switch statement to see whether the char entered is number or what and the convert it to the appropriate string value?
you can loop through the string using for |
Forum: Java Aug 2nd, 2005 |
| Replies: 4 Views: 1,734 what error message is coming? |
Forum: Java Aug 1st, 2005 |
| Replies: 4 Views: 1,734 1. How can I make the program print a blank space in between the ****RESIDENTIAL ....***** and Max number of customers....?
At present the output should be like this... |
Forum: Java Aug 1st, 2005 |
| Replies: 7 Views: 2,562 you have defined the class name as projectta but elsewhere you have used it as Projectta.
java is case sensitive..if i remember right..
change either one and the error should go away
meaning use... |