SlideShare a Scribd company logo
1 of 1
Okay, first the starting index of Java arrays is zero. Therefore, this article was just a bit
above the level of what I was expecting for this class especially since the name of this
class is Java Programming One. I am not quite sure that describing and discussing how
someone is expanding on the ability or lack thereof, and limitations of Java's ability to
process multidimensional array's is appropriate to this class. Just my thoughts here.
Then this article goes into multidimensional calculus, which I believe is beyond the
scope of this class.

So what this article discusses is that there are some flaws associated with using the
standard Java programming language, more particularly that there are some flaws with
the way Java implements arrays and the math required for scientific programs. The
larger problem here is that Java uses one-dimensional arrays and the scientific
programs required such complex equations that they generally run with
multidimensional arrays. This can be worked around, but generally results in a loss in
the applications performance because of the memory allocation that happens in the
process of working around trying to have arrays of arrays when Java only supports one-
dimensional arrays.

More Related Content

Similar to Week 4 dq 3

Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...
Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...
Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...SynergisticMedia
 
Core java learning path for beginners
Core java learning path for beginnersCore java learning path for beginners
Core java learning path for beginnersJobbackingCodeHelpMe
 
Must Know Interview questions in Java.pptx
Must Know Interview questions in Java.pptxMust Know Interview questions in Java.pptx
Must Know Interview questions in Java.pptxsweetlinchibi
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in javasmumbahelp
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in javasmumbahelp
 
Java Interview Questions
Java Interview QuestionsJava Interview Questions
Java Interview Questionssoniajessica2
 
Carrier Advice for a JAVA Developer How to Become a Java Programmer
Carrier Advice for a JAVA Developer How to Become a Java ProgrammerCarrier Advice for a JAVA Developer How to Become a Java Programmer
Carrier Advice for a JAVA Developer How to Become a Java Programmerjeetendra mandal
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to javaSujit Majety
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in javasmumbahelp
 

Similar to Week 4 dq 3 (20)

Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...
Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...
Top 30 Java Phone Interview Questions Answers for Freshers, 1 to 2 Years Expe...
 
Al rihieli persistence
Al rihieli persistenceAl rihieli persistence
Al rihieli persistence
 
Jpa basics
Jpa basicsJpa basics
Jpa basics
 
Jpa
JpaJpa
Jpa
 
Viva file
Viva fileViva file
Viva file
 
Core java learning path for beginners
Core java learning path for beginnersCore java learning path for beginners
Core java learning path for beginners
 
Java ppt
Java pptJava ppt
Java ppt
 
Basic Java Handout
Basic Java HandoutBasic Java Handout
Basic Java Handout
 
Must Know Interview questions in Java.pptx
Must Know Interview questions in Java.pptxMust Know Interview questions in Java.pptx
Must Know Interview questions in Java.pptx
 
Java interview question
Java interview questionJava interview question
Java interview question
 
perl-java
perl-javaperl-java
perl-java
 
perl-java
perl-javaperl-java
perl-java
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in java
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in java
 
Java Interview Questions
Java Interview QuestionsJava Interview Questions
Java Interview Questions
 
Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
Basic syntax
Basic syntaxBasic syntax
Basic syntax
 
Carrier Advice for a JAVA Developer How to Become a Java Programmer
Carrier Advice for a JAVA Developer How to Become a Java ProgrammerCarrier Advice for a JAVA Developer How to Become a Java Programmer
Carrier Advice for a JAVA Developer How to Become a Java Programmer
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Mca 4030 programming in java
Mca 4030   programming in javaMca 4030   programming in java
Mca 4030 programming in java
 

More from amaxwell2012 (9)

Week3 dq4
Week3 dq4Week3 dq4
Week3 dq4
 
Week3 dq1
Week3 dq1Week3 dq1
Week3 dq1
 
Week2 dq4
Week2 dq4Week2 dq4
Week2 dq4
 
Week2 dq3
Week2 dq3Week2 dq3
Week2 dq3
 
Week2 dq2
Week2 dq2Week2 dq2
Week2 dq2
 
Week1 dq5
Week1 dq5Week1 dq5
Week1 dq5
 
Week1 dq3
Week1 dq3Week1 dq3
Week1 dq3
 
Week1 dq2
Week1 dq2Week1 dq2
Week1 dq2
 
Week 4 dq 4
Week 4 dq 4Week 4 dq 4
Week 4 dq 4
 

Week 4 dq 3

  • 1. Okay, first the starting index of Java arrays is zero. Therefore, this article was just a bit above the level of what I was expecting for this class especially since the name of this class is Java Programming One. I am not quite sure that describing and discussing how someone is expanding on the ability or lack thereof, and limitations of Java's ability to process multidimensional array's is appropriate to this class. Just my thoughts here. Then this article goes into multidimensional calculus, which I believe is beyond the scope of this class. So what this article discusses is that there are some flaws associated with using the standard Java programming language, more particularly that there are some flaws with the way Java implements arrays and the math required for scientific programs. The larger problem here is that Java uses one-dimensional arrays and the scientific programs required such complex equations that they generally run with multidimensional arrays. This can be worked around, but generally results in a loss in the applications performance because of the memory allocation that happens in the process of working around trying to have arrays of arrays when Java only supports one- dimensional arrays.