Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
68% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #2K
~16.3K People Reached
About Me

"Hi, I am Javin Paul, I have just joined this forum. I have been working in Java, FIX Tutorial and TIbco RV messagging techonlogy from past 7 years. I am interested in writing and meeting people, reading and learning about new subjects and I…

Interests
Java, Tibco , FIX , music, movie and cricket
Favorite Tags

16 Posted Topics

Member Avatar for javinpaul

Just wondering is there any way to modify Classpath in your program and force them to include a new directory in classpath ??

Member Avatar for JeffGrigg
0
231
Member Avatar for sarathsshanker
Member Avatar for by_stander
Member Avatar for by_stander
0
7K
Member Avatar for cazaletm
Member Avatar for jwenting
0
6K
Member Avatar for bhawna_5nov
Member Avatar for javinpaul
0
281
Member Avatar for alaa sam

I have also shared some of my experience around unix commands in my blog posts Beginners Unix commands tutorial and 10 examples of using find command in Unix . you may find interesting.

Member Avatar for alaa sam
0
175
Member Avatar for fugmag

Hi, It seems that final query string which you are passing to mysql is not correctly formatted. [CODE] 1. String todo = ("SELECT * FROM Emp WHERE Name = '"+text1+"')")[/CODE] I see a closing bracket there ")" try removing that. Also is better to output your final "todo" String before …

Member Avatar for masijade
0
221
Member Avatar for sj5536

[QUOTE=sj5536;1457874]hi i want read text file and write in such way that each word in the separated by 2Spaces if they are separated by more than 2Spaces keep those 2space as it is and filled remaining space with xxxxxxxx plz suggest to how go to this problem and give some …

Member Avatar for javinpaul
0
125
Member Avatar for javinpaul

Hi Guys, I am a relative new member in this forum , My name is Javin Paul and I am Java programmer. I have question related to garbage collection in Java Does garbage collection occurs in PERM Area of Java Heap ? As per my knowledge PERM area is used …

Member Avatar for javinpaul
2
157
Member Avatar for Juvie
Member Avatar for HDRG

Just to add , how to read Exception stack trace to figure out what is wrong and where is wrong Exception in thread "main" java.lang.NullPointerException at java.awt.Container.addImpl<Container.java:1041> at java.awt.Container.add<Container.java:365> at OptionWindow.<init><OptionWindow.java:63> at OptionWindow.main<OptionWindow.java:182> 1) first useful information is Exception is in your "main" thread. 2) second useful informaiton is its …

Member Avatar for HDRG
0
195
Member Avatar for RossR

You can also use [CODE]Byte.parseByte("0xFF")[/CODE] method to parse String into Byte , I generally use this way to convert string into any other data type e.g. from String to Integer [CODE]Integer.parseInt("123")[/CODE]

Member Avatar for javinpaul
0
236
Member Avatar for sariberri

Hi, NoSuchElement is thrown by the nextElement() method of an Enumeration to indicate that there are no more elements in the enumeration, so before calling this method you should try to check if there is any element remaining , you can use method hasMoreElements() to check that. Also on a …

Member Avatar for sariberri
0
156
Member Avatar for makeUbleed

Use currentNumber = //your current Number result = resutlt + currentNumber; while ending you can print result.

Member Avatar for javinpaul
0
184
Member Avatar for hanvyj

you should put Nest.this like below myOtherClass = new MyOtherClass(Nest.this);

Member Avatar for hanvyj
0
101
Member Avatar for Gink

Here are some more reason of String immutability http://javarevisited.blogspot.com/2010/10/why-string-is-immutable-in-java.html

Member Avatar for jwenting
0
136

The End.