473,385 Members | 1,927 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ChangeCase.java

Im trying to create a script that reverses the case of all characters of an argument from the command line:

This is what i got:
Expand|Select|Wrap|Line Numbers
  1. public class ChangeCase {
  2.  
  3.   public static void main (String args[])  {
  4.  
  5.         String tempString;
  6.         char tempCharacter;
  7.         char tempCharUp;
  8.         char tempCharDown;
  9.  
  10.         for (int i=0 ; i < args.length ; i++){
  11.         tempString = args[i];
  12.         tempCharacter = tempString.charAt(i);
  13.         tempCharUp = tempCharacter.toUpperCase();
  14.         tempCharDown = tempCharacter.toLowerCase();
  15.                 if (tempCharacter.equals(tempCharUp)){
  16.                         tempCharacter = tempCharDown;
  17.                         System.out.println (tempCharacter);
  18. }
  19.                 else {
  20.                         tempCharacter = tempCharUp;
  21.                         System.out.println (tempCharacter);
  22.                      }
  23.                 }
  24.          }
  25. }
  26.  
But im getting this:
ChangeCase.java:15: char cannot be dereferenced
tempCharUp = tempCharacter.toUpperCase();
^
ChangeCase.java:16: char cannot be dereferenced
tempCharDown = tempCharacter.toLowerCase();
^
ChangeCase.java:17: char cannot be dereferenced
if (tempCharacter.equals(tempCharUp)){
^
3 errors

Any sugestions please, im quite new to java.

Regards in advance.
Apr 23 '07 #1
7 2922
sandyw
122 100+
Question what does char mean to you.

sandyw
Apr 23 '07 #2
Character?
Apr 23 '07 #3
sandyw
122 100+
You might be using char for the wrong reason.
Review what char mean...

or I might be wrong...
sandyw
Apr 23 '07 #4
JosAH
11,448 Expert 8TB
A char is a primitive and it hasn't any methods; that's what your compiler is
whining about. Have a look at the Character class and its many utility
methods. Hint: pay special attention to the methods isLowerCase, isUpperCase,
toLowerCase and toUppercase.

kind regards,

Jos
Apr 24 '07 #5
r035198x
13,262 8TB
Im trying to create a script that reverses the case of all characters of an argument from the command line:

This is what i got:
Expand|Select|Wrap|Line Numbers
  1. public class ChangeCase {
  2.  
  3. public static void main (String args[]) {
  4.  
  5. String tempString;
  6. char tempCharacter;
  7. char tempCharUp;
  8. char tempCharDown;
  9.  
  10. for (int i=0 ; i < args.length ; i++){
  11. tempString = args[i];
  12. tempCharacter = tempString.charAt(i);
  13. tempCharUp = tempCharacter.toUpperCase();
  14. tempCharDown = tempCharacter.toLowerCase();
  15. if (tempCharacter.equals(tempCharUp)){
  16. tempCharacter = tempCharDown;
  17. System.out.println (tempCharacter);
  18. }
  19. else {
  20. tempCharacter = tempCharUp;
  21. System.out.println (tempCharacter);
  22. }
  23. }
  24. }
  25. }
  26.  
But im getting this:
ChangeCase.java:15: char cannot be dereferenced
tempCharUp = tempCharacter.toUpperCase();
^
ChangeCase.java:16: char cannot be dereferenced
tempCharDown = tempCharacter.toLowerCase();
^
ChangeCase.java:17: char cannot be dereferenced
if (tempCharacter.equals(tempCharUp)){
^
3 errors

Any sugestions please, im quite new to java.

Regards in advance.
tempCharacter.toUpperCase(); is not allowed. Look at API specs for the Character class to see how to convert characters.
Apr 24 '07 #6
r035198x
13,262 8TB
A char is a primitive and it hasn't any methods; that's what your compiler is
whining about. Have a look at the Character class and its many utility
methods. Hint: pay special attention to the methods isLowerCase, isUpperCase,
toLowerCase and toUppercase.

kind regards,

Jos
Hey I thought my connection was faster than Jos' connection ...
Apr 24 '07 #7
JosAH
11,448 Expert 8TB
Hey I thought my connection was faster than Jos' connection ...
I already had my espresso so I'm amazingly fast this morning ;-)

kind regards,

Jos
Apr 24 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Michael | last post by:
Hello I am trying to write a Java-Program which converts a XML-file in a HTML. It should take the Transformation-file from the XML-file itself. Below find a possible XML-file: <?xml...
0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
0
by: Markus Wollny | last post by:
Hello! When I try to run ./configure --with-java, it complains that ant doesn't work. However ant is installed, as is the latest Java SDK 1.4.2 from sun, PATH and JAVA_HOME are set correctly; ...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.