Java/Expert Profile


Ask A Question

Expertise

I have a Masters in computer science. I can answer questions on core J2SE, swing and graphics. Please no questions about JSP or J2ME.

Experience in the area

I have experience in Core Java, good background in Java swing/gui, some experience with JNI, Java reflection. Some experience in bio-informatics. Basics in c++ and c#

Organizations

Washington State University

Education/Credentials

MS in Computer Science from Washington State University and a BS in Mathematics and Computer Science from Central Washington University.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Corina02/06/12101010Thanks (:
kavitha02/06/12101010 
kavitha02/02/12101010Thank you so much for your reply .....
Zent02/01/12101010I cannot thank you enough, Mr.Harper!!
henry01/28/12101010 

Recent Answers from Artemus Harper

2012-02-02 RMI:

You can connect to the server the jar came from without RMI.    It might be possible to use RMI if the server if running http and has a crossdomain.xml in the root directory with:  <?xml version="1.0"

2012-01-31 RMI:

Socket permission issues generally refers to trying to communicate to another server using an applet. Generally applets may only contact the server that their code was loaded from (unless you sign the

2012-01-29 java applet:

Java applets are compiled code, there is no source code typically available. You could get a java decompiler that will attempt to show what the source code looks like, although there won't be any comments

2012-01-27 using the getlocalPort() method:

You can get a list of commonly used ports. The vast majority of ports will not be used on a system, so it won't take too much probing to find the one you want. The getLocalPort is used to get the local

2012-01-27 using the getlocalPort() method:

You could iterate though a range of them and see what one is available. Note however that this really isn't a viable option if you plan to receive communication from another computer. Just use a for loop

 

Ask A Question

Java

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.