Computer Science FRQ resources

hello, I’m self studying AP computer science a, I’ve spent the whole spring break studying.
I’m acing the multiple choice on practice tests but need assistance of the frq. Can somebody please show some resources.
while (true) {
System.out.println(“Thanks”)
}

You forgot the semicolon after the parentheses in “Thanks”.

you are not penalized for missing semicolons on the exam

try {
for (Source s : new ArrayList(Arrays.asList(yourFavoritePrepBook, internet, javaTutorials))){
this.use(s);
}
catch (RuntimeException r) {
System.out.println(“instantly fell asleep”);
}

This might be silly to say, but you can try using something like BlueJ (to get used to syntax) and answer the old prompts from the course outline and 2014 exam, and then grade yourself base on their rubric.