Home

Search results

"tag:quiz"


Title and summary Date/time
1
Friday Java Quiz: Know Your JDK
Haven't had one of these for a while. I was busy doing other things. Since it's been so long, I'll pose an easy quiz today: Q: What does the following command print? weiqi@gao /opt/jdk1.7.0_04/bin...
May 11, 2012
7:48:36 AM
2
Friday Java Quiz: Know Your Properties Files
Here's a little Java quiz to cheer everyone up: Given the following foo.properties file: Start Time: Fri Sep 24 11\:02\:45 CDT 2010 Q: After loading this file into a java.util.Properties object, what is the value of the Start Time property in the ...
Sep 24, 2010
11:02:00 AM
3
Friday Java Quiz: What Will The GUI Show?
.ln { color: rgb(0,0,0); font-weight: normal; font-style: normal; } .s0 { color: rgb(0,0,128); font-weight: bold; } .s1 { } .s2 { color: rgb(0,128,0); font-weight: bold; } .s3 { color: rgb(0,0,255); } 1 import javax.swing.*; 2 import ...
Jul 2, 2010
7:12:55 AM
4
Friday Java Quiz: What's The Exit Status
Most of you probably will read this in Saturday morning. However it's still Friday here, so I'll send this out as a Friday Java Quiz. The Thread.UncaughtExcep...
Jun 18, 2010
11:28:50 PM
5
Friday Java Quiz: Know Your IDEs Capabilities
It has been my experience that most Java developers nowadays use an IDE (or IDEs) for their daily work. Knowing the capabilities of these IDEs may make you more productive. However, most developers also has a tendency to learn just enough of their IDEs ...
Mar 12, 2010
7:16:11 AM
6
Friday Java Quiz: Trivia Questions
The St. Louis Java Users Group put on a Trivia Night 8 days ago. All the St. Louis JUG steering committee members pitched in providing questions and Brian Gilstrap put in a lot of thought and work to make the whole thing work. Since I haven't posted a ...
Jan 22, 2010
7:57:06 AM
7
Friday Java Quiz: Can Your Thread Withstand My Interruption
It has been 1267 days since Java Concurrency in Practice was published. I trust that all self-respecting Java programmers have read the book cover-to-cover. Today's Friday Quiz is a concurrency one. Q: Will the following Java class compile? Run ...
Nov 6, 2009
6:50:11 AM
8
Friday Java Quiz: Shadowing A Variable Name
I haven't posted a quiz for 34 days. It's time to have one. Q: Will the following PL/SQL code compile and run without exceptions under the Oracle JDK? If so, what will it print? .ln { color: rgb(0,0,0); font-weight: normal; font-style: normal; } .s0 ...
May 1, 2009
9:34:03 AM