Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K

8 Posted Topics

Member Avatar for trickedout

Best option is to format your system drive. Once your system is massively infected with malware, trojan - you cannot truly recover. Even if you do it would be temporary.

Member Avatar for jholland1964
0
536
Member Avatar for yap_1991

Try this to get d first word of a line [CODE]String firstWord; int spaceIndex = s.indexOf(' '); if(spaceIndex == -1) firstWord = s; else firstWord = s.substring(0,spaceIndex); [/CODE] Then use same logic to get the last word (use newline char instead of ' '). Store the line numbers which satisfy …

Member Avatar for masijade
0
622
Member Avatar for rohith1510
Member Avatar for dansnyderECE

simply use two conditions in your code.. One which skips the code if it finds $sp. The other which finds sp and replaces it with $sp.

Member Avatar for Taywin
0
120
Member Avatar for adityats2020

Is it possible to write a code that prints 'its own code' when executed? Just a thought.

Member Avatar for nbaztec
0
137
Member Avatar for varsha solshe
Member Avatar for djenoe

parseint will convert only numbers (0,1,2..) and not any other characters to int. Use compareTo() method in a condition to execute corresponding code.

Member Avatar for adityats2020
0
132
Member Avatar for vanitha ravi

Complete Reference by Herbert Schildt - Refer his books for any programming language you want to learn. Here Java

Member Avatar for naziatarannum
0
73

The End.