Rahul

1,700
reputation
318 views

Registered User

name Rahul
member for 1 year
seen 21 hours ago
website
location Singapore
age 32
Nov
18
answered DataType Change from Varchar(30) to Varchar(45)
Nov
13
comment places where Java Beans used?
I hope you are not confusing between "Java beans" and "Enterprise Java Beans or EJBs".
Nov
12
answered How to add particular value in starting of each row of an excel sheet
Nov
12
comment What is the difference between GROUP BY and DISTINCT?
I guess you need to first explain what result you are expecting ? DISTINCT works on all columns. so your second query gave you 2 unique rows of data even though deptid is same. Use GROUP BY for aggregate functions like count or sum.
Nov
12
answered Is there an easier way to parse XML in Java?
Nov
10
awarded  Nice Answer
Nov
7
accepted does netbeans support coloring for .sh (bash) scripts?
Nov
5
answered Is there any way to use UNIX GREP commands on WIndows operating system
Nov
3
revised How to perform an inexact compare in Java beans?
Added clarification
Nov
3
comment How to perform an inexact compare in Java beans?
@moowiz2020 and @Artelius, good points. But this is just an example to illustrate the problem. In reality, the items I am searching for are not so unique or always available (e.g., for some users, ssn is null). Perhaps I should have chosen a better example.
Nov
2
asked How to perform an inexact compare in Java beans?
Oct
30
comment java GC name ‘MarkSweepCompact’
You are asking very basic questions that can be easily answered by seraching on Google or by referring to any java book.
Oct
30
answered [SVN]: Synchronizing folders
Oct
29
revised What’s the most elegant way to concatenate a list of values with delimiter in Java?
added 221 characters in body
Oct
29
comment What’s the most elegant way to concatenate a list of values with delimiter in Java?
Thanks for the link. I am looking for a more elegant approach (perhaps one that involves fewer lines of code). Performance, in my case, is not such a major concern.
Oct
29
asked What’s the most elegant way to concatenate a list of values with delimiter in Java?
Oct
29
asked Faster search for files in Netbeans
Oct
29
answered does netbeans support coloring for .sh (bash) scripts?
Oct
28
accepted HashMap and incrementing values in Procesing
Oct
28
comment Joining 3 tables with similar structure
Can there be same reg_id values in a single table ? Can there be some reg_ids that are present in one table but not in the other two ?
Oct
28
answered how to set default main class in java?
Oct
28
answered HashMap and incrementing values in Procesing
Oct
28
asked How to scrape web pages that are in different format/layouts ?
Oct
27
comment Possible ways to abstract away hard-coded path-names for properties file in java app
Rather out of the box but is it possible to create symbolic-links mimicing the hardcoded paths on your unix setup ?
Oct
26
answered how i can create my own jar using eclipse or ant??
Oct
23
comment How can I replace all hotmail.com addresses in a file with another email address, using Perl?
But the correct regular expression to achieve this would still be needed.
Oct
22
comment Aggregate function in comparison of 2 rows in the same table (SQL)
@van, thanks for pointing that out. you are right. I'll edit the query to use left joins.
Oct
22
comment How to read XML Property value using Java
This looks like a hibernate configuration file. So perhaps there is some standard way (an API?) to get the values from this XML. In other words, you may not need to parse the XML yourself.
Oct
22
answered Aggregate function in comparison of 2 rows in the same table (SQL)
Oct
22
answered A beginner’s question on web technologies.
Oct
22
accepted Use bash to read a file and then execute a command from the words extracted
Oct
22
answered Substitute MySQL result
Oct
22
comment Union query in mysql
@Lavanya, can you explain what the 2 tables look like and how you want the output to be ?
Oct
22
answered Use bash to read a file and then execute a command from the words extracted
Oct
22
comment If it is technology specific, is it still a design pattern?
+1. Wish I could give you another vote for the great answer.
Oct
22
comment How to convert string into number using expression transformation in informatica?
@madhina, do you mean "with" or "without" the $ symbol ? If you wish to convert this to a number, you'll have to strip out the '$' symbol.
Oct
22
answered How should i use a jar file ?
Oct
21
comment Calling cards iPhone application
what information do you want from the calling card company ?
Oct
21
comment Creating XML file in c#
@Sarathi104, can you elaborate on what exactly do you need ? Do you need help with how to deserialize this into an object and viceversa ? What have you tried so far ? It's good to frame your question correctly and with details to avoid getting downvoted.
Oct
20
comment Is there a JMS queue browser GUI tool that can integrate with Glassfish ?
Thanks. Didn't know about this. Much appreciated.
Oct
20
comment Is there a JMS queue browser GUI tool that can integrate with Glassfish ?
Thanks!! I'll give it a try. Didn't find anything relevant on Hermes' website so assumed that it doesn't support Glassfish.
Oct
20
asked Is there a JMS queue browser GUI tool that can integrate with Glassfish ?
Oct
20
asked When is messaging (e.g. JMS) an alternative for multithreading ?
Oct
16
revised Regular expression for date time format “MM/DD/YY HH:mm:ss AM/PM” in asp.net regular expression validator
edited tags
Oct
16
comment How can I check that a column in a tab-delimited file has valid values?
This is beautiful :-)
Oct
15
revised Cleanly translate (x to y) and (y to x) using a find/replace/regex in TextMate.
spelling
Oct
15
comment Is there a development career track without management?
Peter's principle (en.wikipedia.org/wiki/Peter_Principle) ?
Oct
15
answered Cleanly translate (x to y) and (y to x) using a find/replace/regex in TextMate.
Oct
15
answered How can I quote the data within my cells?
Oct
14
answered Ant - copy only file not directory