Question
2 Message(s) by 2 Author(s) originally posted in java language
| From: Jeremy |
Date: Tuesday, April 17, 2007
|
What's the best way to ask questions in the group. I have noticed that no
matter how I ask questions, I do not get any responses.. so I'd like to
know if there is any valuable information on how to ask question in the
group.
| From: Lew |
Date: Tuesday, April 17, 2007
|
wrote in message:
What's the best way to ask questions in the group.
Consider ending questions with a question mark ("?"). That will signal that
you are actually asking a question, so a potential responder won't simply
accept the post as a statement.
I've noticed that no matter how I ask questions, I do not get any responses.. so I'd like to
know if there is any valuable information on how to ask question in the
group.
This seems to be a pretty quiet group. There's more activity in
comp.lang.JAVA.help (a.k.a., "clj.help" - the "clj" abbreviates the prefix)
and comp.lang.JAVA.programmer, to name but two.
If your interest is JAVA, try going to your
newsgroup reader and telling it to
list available "JAVA" groups (groups with "JAVA" somewhere in their names).
Look at them to see which ones have what you need in them.
--
Lew
Next Message: Starting a counting program from a high number
Blogs related to Question
Master of all or nothing?
+ Jack of all trades or master of none? An interesting
question and discussion going on over at ideas on ideas with their post "Focused".
Newbie question regarding dynamic input
Hi, This might be a very stupid
question but I can't figure out how to connect a 'dynamic input' to my Xquery when executing it in runtime environment. I have created an edifact to xml conversion in Styulus Studio and generated
java ...
Java Programming
Do u know basic of
java,then you can guess the answer of this simple
question… int g1=1; g1+=g1++; System.out.println(g1); what is the output for the following statements Powered by ScribeFire.
Is Java good for LSSD ?
Beleive me when I say the guy is good enough to make such stmts and conduct such trainings (teaching "Don't use
Java" in an "LSSD for
Java" training) and probably making Rs. 10K (~250 US$) per person per day. My
question to you: Do you
...
filter caching
I have a
question about filter caching. I have a lot of QueryFilters that I use when searching that filter on a single field. Sometimes alone I us.
Grab a row from a DataSource
D: I'm new to .NET so this might seem a stupid
question but i've come accross from
Java I need to grab a row from a DataSource, i've got the rowIndex fine just having trouble grabbing the row!