Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
~543 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for spacecowboy123

Another point to remember is subtle, so only look into this of all else fails Two classes are regarded as distinct if they come from different classloaders. Even if they are the same file or match byte for byte. (This is why I treat anything regarding classloaders the way I …

Member Avatar for jwenting
0
99
Member Avatar for mengani123

Define validate!!!! Define validate!!!! Define validate!!!! Assuming you mean verify it could be a valid IP address even if no one is using it, then you can do this with String Tokenizer or Stream Tokenizer String tokenizer splits the string into chunks using a delimiter. You will have to consider …

Member Avatar for masijade
0
253
Member Avatar for PrincessG

Why bother with tokenizer, which is a pain and buggy in early versions of the JDK (which you will encounter in legacy systems). You just need substring(), and/or lastIndexOf()

Member Avatar for kashko
0
82
Member Avatar for Venks

Disabling the Right click copy option MAY be possible by editing the windows registry but that is high risk and would affect all files. Is that what you want? Alternatively you might get away with making it read only and transferring ownership to administrator/root/whatever. But there are probably ways round …

Member Avatar for kashko
0
109

The End.