Java/Expert Profile


Ask A Question

Expertise

I have a BS in computer science and am working towards a Masters degree.

Experience in the area

I have experience in Core Java, good background in Java swing/gui, some experience with JNI, Java reflection. knowledge of Java bytecode and annotations. Basics in c++ and c#

Education/Credentials

BS in Computer Science at Central Washington University

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Nirav11/02/0910Harper You are good at understanding of .....
Jake10/28/0910101010 
madjava10/27/09101010 
Jason10/27/091010 
Jack10/17/0910101010Thanks! I paid more attention to the .....

Recent Answers from Artemus Harper

2009-11-07 Compare two .CSV:

This is pretty simple: First create a Reader to read text in: BufferedReader reader1 = new BufferedReader(new InputStreamReader(new FileInputStream("<your 1st file>"),"US-ASCII")); BufferedReader

2009-11-06 javac:

when you install the Java SDK it does not add the compiler to the PATH, only things on the PATH and the current directory can be directly executed. The javac executable is located in program files\JDK<version>\bin

2009-11-02 Big O Notation problem:

Your processor can probably help you better than I can. The Big O of an algorithm is a calculation of how many steps an algorithm takes in relation to its input size... Big O of 1: constant time

2009-10-31 which language to use for developing apps:

I use Java since it runs pretty fast without having many of the pitfalls of c++. The language you use often depends on the application you want to write. The biggest factor is the existing libraries you

2009-10-30 JLabel in JTable:

Set the default renderer (for the Object class) in your JTable (using setDefaultRenderer) to a subclass of DefaultTableCellRenderer. In this subclass, override the getTableCellRendererComponent method

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


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