File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes can u help me find a solution to Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "can u help me find a solution to" Watch "can u help me find a solution to" New topic
Author

can u help me find a solution to

Kiran Mehta
Greenhorn

Joined: Nov 19, 2008
Posts: 3
Show diagrammatically the address of each memory location of the array and the elements stored in them.
char x[ ] = {�A�, �B�, �D�, �H�}
char vow[][] = {{ �a�, �e�, �i�, �o�}, {�A�, �E�, �I�, �O�}}

What is the difference between equals() and compareTo()
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Kiran,
Welcome to JavaRanch!

This sounds a lot like a homework question. What do you think the answers are?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Kiran Mehta
Greenhorn

Joined: Nov 19, 2008
Posts: 3
i found the compare to and equals difference but could not understand how to do the diagram one
Amit Ghorpade
Bartender

Joined: Jun 06, 2007
Posts: 2552
    
    2

Please consider making your subject line more descriptive. Read this to know why this is important. You can edit your post to change the subject by clicking the .

Here are two hints for you on the problem
1. Array elements are stored in sequential memory locations.
2. vow is an array of arrays.


SCJP, SCWCD.
|Asking Good Questions|
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: can u help me find a solution to
 
Similar Threads
force users to use english character set
different question relating to the recursion
chars
Confusion about array instance
can u help me find a solution to