Harry Preston

Greenhorn
+ Follow
since Jun 01, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Harry Preston

From JDK, ServerSocket.java



SocketImplFactory.java



Question
How can you create instance (factory) of interface (SocketImplFactory)?
"= null" wat mean?
From JDK, Closeable.java

But AutoCloseable is located java.lang

Question
How does Closeable know where to find AutoCloseable?
Thanks! You helped me solve
But actually my desired directory hierarchy is unchanged
How I fixed issue is change yeaimmad.java package name

package ocjp2.mad;
instead of
package mad;
Thanks much
I try



Wat do?
Layout


Code




Action


Q
Want to compile and run yeaimmad.java...wat do?
Got it, thanks much
My prog


Output
Hello, World
FIDDYCENT

Ques
How to get prog to printout "BARBOSA"?