The said earlier
thread here is
Can one not learn Java without knowing C? And C without machine or assembly languages?
The thread at the Eclipse Forum was solved by a poster there, where I also had placed a copy of the thread, looking at the mess being created here.
The Eclipse thread is here:
Can one not learn Java without knowing C? And C without machine or assembly languages?
The solution to the problem I had faced here is as follows:
...look at this portion:
The main method accepts a single argument: an array of elements of type String.
public static void main(String[] args)
My question is: If the main method accepts only a single argument, how come it is an array of elements of the type
string. There should only be one array of type String, an array having many character elements. So the statement
should have been:
The main method accepts a single argument: an array of elements characters of type forming a String.
public static void main(String[] args)
...
I lately discovered that I was not allowed to post further onto that thread of mine. For six hours I tried to post unsuccessfully there, reading that there was
a CSRF error. There wasn't! I was
barred without infomation.
I found that the Eclipse forum is visually
attractive and
easier to have my posts formatted and edited and re-edited and improved.
I was thinking
if I could post my queries there with a link of that query here, as I have a lot of
restrictions here.