Java/Expert Profile

Neeraj A. Shah

India
Unavailable
Expertise

You can ask me questions on core Java UI(esp. Swing), Java Desktop API sockets(synchronous & asynchronous), NIO, IO and channels, Nimbus, XML, Scripting, WebServices, JNI, Java Native Code etc.

Experience in the area

I am programing in Java language now for 7 years. Currently I am working on Java's recently opened source code(on networking and IPC part).

Organizations

GLS-ICT

Education/Credentials

Currently I am pursuing Masters of Computer Application

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Jatish Khanna04/24/10101010I think its possible but like post
Jatish Khannna04/24/10101010gooood answer with time keeping in mind .....
Jatish Khannna04/24/10101010You are good having capability........ like ur .....
chavan_jayashri04/12/10101010thanx
farhat04/10/10101010it is very nice and very helpful .....

Recent Answers from Neeraj A. Shah

2010-07-22 core java:

Hello,    2) super or this can't be used inside a static method because you can call a static method without creating object of that class while super and this are meaningfull only when you create an object

2010-07-20 Palindrome with substring output in Java:

Hello,    Check that you have used compareTo method of string and not ==  i.e.      if(inputString.compareTo(palindromeString)==0){     System.out.println("Palindrome");   }else{     System.out.println("Not

2010-07-15 core java:

That's true. But you can try this:  //java.lang.Runtime;  Runtime runtime = Runtime.getRuntime();    Process proc = runtime.execute("cmd /c cls");  //Linux\Unix  runtime.execute("clear");      This works

2010-07-14 reading html content through java:

Certainly, you can read HTML.     If you want to read HTML content from a file on your file system then use class java.io.File & java.io.BufferedInputStream.     If you want to read HTML content from a

2010-07-12 MVC model on tomcat:

Okay,  The best way to get started is to use NetBeans (Eclipse, I don't think is as good as NetBeans but this is just a personal opinion). You will get necessary frameworks in built with NetBeans's J2EE

 

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.