Tagged Questions
The scja tag has no wiki summary.
4
votes
6answers
2k views
Java Programming SCJA or SCJP
I am very new to programming, but it has been suggested to me that Java is a language worth looking at.
Question:- Should I start with the SCJA or just go straight for the SCJP.
My previous ...
1
vote
4answers
1k views
Sun Certified Java Architect
Anyone who has done it recently? Can you give me some insights on the books, not many good ones out there.
Truly appreciate it,
Thanks.
0
votes
7answers
94 views
for-loop & ArrayList<Integer>
This is a simple exercise from Chapter 2 of the Sun Certified Java Associate Study Guide that i'm having trouble with. When I try to compile the class below, I get the following error message:
...
-2
votes
1answer
99 views
Installing specific Eclipse plugin or how to install the app “Findbugs”?
In the SCJA book , page 100 . there is a exercise that asks you to uncover Bugs that Your Compiler May Not Find in the code below:
public class StringTest {
public static void main(String[] ...