Abhi
Java, Linux, Development, Comics and Awesomeness
Sunday, April 29, 2012
Top 10 Eclipse Shortcuts With Screen Shots!
›
Hmm.... You have the ubiquitous eclipse staring at you with an overwhelming array of menus ,tabs and panels. Knowing keyboard shortcuts ...
4 comments:
Tuesday, September 6, 2011
How to update rows across databases?
›
update db1 . PERSON person , db2 . MAN man set person . name = man . name where old_tab . id = man . id
Wednesday, June 1, 2011
Pearls From Here and There...
›
Luck is a goddess not to be coerced and forcibly wooed by those who seek favours. From such masterful spirits she turns away. But it happ...
Monday, May 23, 2011
How to type UTF-8 strings in a Java class in Eclipse ?
›
Recently I was involved in a project where I had to type in Sanskrit words directly onto the Java class file to test my application. Tran...
Saturday, April 30, 2011
How to split on "\" or backslash in Java
›
Suppose we have the following code:- String path = "C:\\Users\\Ken"; Let's try to populate the folderNames array with...
3 comments:
‹
›
Home
View web version