rupeshk.blogspot.com rupeshk.blogspot.com

rupeshk.blogspot.com

Rupesh's Blog

Saturday, November 19, 2005. Some nice Java puzzles. I came across these set of interesting java puzzles and for many of them I got trapped. See how do you fare ;) If you have a good explanation, don't hesitate to share it. Public static void main(String[] args){. Public static void foo(){. String s = "str4";. String s1 = "str" s.length();. System.out.println("(s= s1) = " (s1= s) ;. Public static void bar(){. String s = "str4";. String s1 = "str" "4";. System.out.println("(s= s1) = " (s1= s) ;. Public st...

http://rupeshk.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RUPESHK.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 8 reviews
5 star
3
4 star
5
3 star
0
2 star
0
1 star
0

Hey there! Start your review of rupeshk.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.5 seconds

FAVICON PREVIEW

  • rupeshk.blogspot.com

    16x16

  • rupeshk.blogspot.com

    32x32

  • rupeshk.blogspot.com

    64x64

  • rupeshk.blogspot.com

    128x128

CONTACTS AT RUPESHK.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Rupesh's Blog | rupeshk.blogspot.com Reviews
<META>
DESCRIPTION
Saturday, November 19, 2005. Some nice Java puzzles. I came across these set of interesting java puzzles and for many of them I got trapped. See how do you fare ;) If you have a good explanation, don't hesitate to share it. Public static void main(String[] args){. Public static void foo(){. String s = str4;. String s1 = str s.length();. System.out.println((s= s1) = (s1= s) ;. Public static void bar(){. String s = str4;. String s1 = str 4;. System.out.println((s= s1) = (s1= s) ;. Public st...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 rupesh's blog
4 public class stringtest
5 foo ;
6 bar ;
7 class statictest {
8 initifnecessary ;
9 return sum;
10 initialized {
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,rupesh's blog,public class stringtest,foo ;,bar ;,class statictest {,initifnecessary ;,return sum;,initialized {,package click;,package hack;,static {,t start ;,try {,tjoin ;,posted by,rupesh kumar,timestamp bugs,if nanos,word
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Rupesh's Blog | rupeshk.blogspot.com Reviews

https://rupeshk.blogspot.com

Saturday, November 19, 2005. Some nice Java puzzles. I came across these set of interesting java puzzles and for many of them I got trapped. See how do you fare ;) If you have a good explanation, don't hesitate to share it. Public static void main(String[] args){. Public static void foo(){. String s = "str4";. String s1 = "str" s.length();. System.out.println("(s= s1) = " (s1= s) ;. Public static void bar(){. String s = "str4";. String s1 = "str" "4";. System.out.println("(s= s1) = " (s1= s) ;. Public st...

INTERNAL PAGES

rupeshk.blogspot.com rupeshk.blogspot.com
1

Rupesh's Blog: February 2005

http://rupeshk.blogspot.com/2005_02_01_archive.html

Saturday, February 26, 2005. Well All of us would say ofcourse! Several times a day. but most of us do not use its power. forget about using, most of us are not even aware of it. At least I was not until a few days back :-). 1 You can search for all the related words by using keyword search i.e by prefixing the word with . So searching for ' travel' will return the results for travel, vacation, hotel etc. 3 Similarly if you want to exclude some word from the search, you should prefix that with '-'. Word1...

2

Rupesh's Blog: bloggingThread.start();

http://rupeshk.blogspot.com/2005/02/bloggingthreadstart.html

Tuesday, February 01, 2005. Thanks to Ramesh, Rajiv and Sachin for introducing me to the blogging world. but i was too lazy to create one for myself. and ofcourse was busy reading thier blogs ;-) Finally after months of laziness I created one :-) Hope i don't get too lazy this time. hehehe.

3

Rupesh's Blog: Timestamp bugs..

http://rupeshk.blogspot.com/2005/11/timestamp-bugs.html

Monday, November 14, 2005. I hit upon two JDK 1.5 bugs today both related to Timestamp. Date date1 = new Date ();. Date date2 = new Timestamp(System.currentTimeMillis() ;. Int result = date2.compareTo(date1);. In some special cases, two different dates differing only in millisecond values are treated to be equal. You don't believe it? Long millis = System.currentTimeMillis();. Date date1 = new Date(millis/1000*1000);. Timestamp date2 = new Timestamp(millis);. Int i = date1.compareTo(date2);. The lesson i...

4

Rupesh's Blog: serializable isolation level

http://rupeshk.blogspot.com/2005/03/serializable-isolation-level.html

Saturday, March 19, 2005. Last 3 days have been playing around with DB isolation level trying to solve one customer issue. And this has confused me even more than I was till 3 days ago regarding this. I always had the impression that serializable. Here is what happened when I tried with SQL server and Oracle server. Select * from mytable where id=1;. Select * from mytable where id=2;. Insert into mytable values(1, 'name1');. Insert into mytable values(2, 'name2');. Here is what Oracle. The important thin...

5

Rupesh's Blog: Do You Google ??

http://rupeshk.blogspot.com/2005/02/do-you-google.html

Saturday, February 26, 2005. Well All of us would say ofcourse! Several times a day. but most of us do not use its power. forget about using, most of us are not even aware of it. At least I was not until a few days back :-). 1 You can search for all the related words by using keyword search i.e by prefixing the word with . So searching for ' travel' will return the results for travel, vacation, hotel etc. 3 Similarly if you want to exclude some word from the search, you should prefix that with '-'. Word1...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

LINKS TO THIS WEBSITE

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: January 2008

http://coldfused.blogspot.com/2008_01_01_archive.html

My Views on ColdFusion, Java and related technologies. Monday, January 14, 2008. Here they come. As part of the research for Centaur (next major version of ColdFusion aka ColdFusion 9), we need your feedback on ColdFusion 8 features, what enhancements do you need in them, what new features you want in the new release etc etc. We would also like your inputs on platform and vendor support for upcoming ColdFusion release. Platform and Vendor Support. Thursday, January 10, 2008. You can specify this setting ...

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: ColdFusion ORM : Troubleshooting - 'Lazy' does not work

http://coldfused.blogspot.com/2009/07/coldfusion-orm-troubleshooting-does-not.html

My Views on ColdFusion, Java and related technologies. Friday, July 31, 2009. ColdFusion ORM : Troubleshooting - Lazy does not work. Few days back Manju. The related entity was in-fact getting loaded immediately. (Question for you - how will you know that lazy is working or not? This got me thinking - Why would a relation get loaded immediately even after it is marked lazy? And then suddenly it hit me - what if memory tracking is swithched on? So the lesson - If the 'memory tracking' is enabled on the se...

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: September 2009

http://coldfused.blogspot.com/2009_09_01_archive.html

My Views on ColdFusion, Java and related technologies. Tuesday, September 15, 2009. ColdFusion ORM : Using DB Views instead of Table. Posted at http:/ www.rupeshk.org/blog/index.php/2009/09/coldfusion-orm-using-db-views-instead-of-table/. Monday, September 14, 2009. ColdFusion ORM : What is N 1 Select problem. Posted at http:/ www.rupeshk.org/blog/index.php/2009/09/coldfusion-orm-what-is-n1-select-problem/. Friday, September 11, 2009. ColdFusion ORM : Performance tuning - Lazy loading. Rupesh Kumar is a ...

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: ColdFusion ORM : Using DB Views instead of Table

http://coldfused.blogspot.com/2009/09/coldfusion-orm-using-db-views-instead.html

My Views on ColdFusion, Java and related technologies. Tuesday, September 15, 2009. ColdFusion ORM : Using DB Views instead of Table. Posted at http:/ www.rupeshk.org/blog/index.php/2009/09/coldfusion-orm-using-db-views-instead-of-table/. Subscribe to: Post Comments (Atom). ColdFusion ORM : Using DB Views instead of Table. ColdFusion ORM : What is N 1 Select problem. ColdFusion ORM : Performance tuning - Lazy loading. ColdFusion ORM : Performance tuning – Fetching Str. Ben Forta's place on web.

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: June 2009

http://coldfused.blogspot.com/2009_06_01_archive.html

My Views on ColdFusion, Java and related technologies. Saturday, June 13, 2009. Devnet Article on ColdFusion Performance tuning. In case you haven't seen it yet, there is a new devnet atricle that was published this week on Performance tuning for ColdFusion Application. Instead of older File functions or cfile tag. Subscribe to: Posts (Atom). Devnet Article on ColdFusion Performance tuning. Rupesh Kumar (http:/ www.rupeshk.org). Ben Forta's place on web. Rupesh Kumar is a Computer Scientist at Adobe Syst...

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: July 2007

http://coldfused.blogspot.com/2007_07_01_archive.html

My Views on ColdFusion, Java and related technologies. Thursday, July 19, 2007. ListToArray in ColdFusion 8. There has been lots and lots of discussion in CF blogs and forums about ListToArray not supporting empty elements. Seeing which I had blogged. About a simple way which could do the same. Thanks to Charlie Griefer. For pointing out the problem in it and then thanks to Ben Nadel. And Andrew Clark for pointing me in the right direction. ListToArray(list, delimiter, includeEmptyElements) returns Array.

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: ColdFusion ORM : What is "N+1 Select problem"

http://coldfused.blogspot.com/2009/09/coldfusion-orm-what-is-select-problem.html

My Views on ColdFusion, Java and related technologies. Monday, September 14, 2009. ColdFusion ORM : What is N 1 Select problem. Posted at http:/ www.rupeshk.org/blog/index.php/2009/09/coldfusion-orm-what-is-n1-select-problem/. Subscribe to: Post Comments (Atom). ColdFusion ORM : Using DB Views instead of Table. ColdFusion ORM : What is N 1 Select problem. ColdFusion ORM : Performance tuning - Lazy loading. ColdFusion ORM : Performance tuning – Fetching Str. Rupesh Kumar (http:/ www.rupeshk.org).

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: October 2007

http://coldfused.blogspot.com/2007_10_01_archive.html

My Views on ColdFusion, Java and related technologies. Wednesday, October 10, 2007. The Week at Max. What an incredible week it was. A week that saw the largest ever MAX, a week that saw the largest get together of ColdFusion community, a week that saw the best ever visibility of CF at MAX general sessions, a week that saw U2's Bono (err. his fake? Having fun at a tech conference like MAX and a week that saw lot of cool and amazing Adobe technologies shaping up. Subscribe to: Posts (Atom). The Week at Max.

coldfused.blogspot.com coldfused.blogspot.com

Coldfused?: June 2008

http://coldfused.blogspot.com/2008_06_01_archive.html

My Views on ColdFusion, Java and related technologies. Monday, June 30, 2008. New EvalAtPrint attribute in CFDocumentItem. A new evalAtPrint attribute has been added to cfdocumentitem tag in ColdFusion 801 which is applicable when the item type is header or footer. The default value of this attribute is false. The cfdocumentitem behavior with the default evalAtPrint value is identical to the behavior in ColdFusion MX 7, but differs from the behavior of the ColdFusion 8 release. In this case, ColdFusion e...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

rupeshjadhav.com rupeshjadhav.com

Rupesh Jadhav (RJ) photography

Click to add grid content:. Welcome to Rupesh Jadhav (RJ) photography. Based in Pune, I do all kinds of photography assignments like candid wedding shoots, Interior/Architectural shoots, Individual/Couple portraiture or Kids Shoot. I also conduct basic photography workshops. Contact me on 91 9881139053. Or email me on rupeshpjadhav@gmail.com.

rupeshjain.com rupeshjain.com

Welcome to Rupesh Jain

In finance, investment is putting money into an asset with the expectation of capital appreciation. When it comes to the world of investing, three words come to mind: overwhelming, intimidating, and scary. Bottoms in the investment world don't end with four-year lows; they end with 10- or 15-year lows. The stock market is filled with individuals who know the price of everything, but the value of nothing. Welcome To Rupesh Jain. Captcha Code : "176843". Thu, 13 Aug 2015 17:25:45 0530. BSE StAR MF processe...

rupeshjewellers.com rupeshjewellers.com

Welcome to Rupesh Jewellers

Welcome to Rupesh Jewellers, one. Of Mumbai's most contemporary jewellers, specializing in exclusive designs and exemplary manufacturing quality, ranging from Gold, Diamond, Kundan Jewellery, and Jadua and Meenakari coloured gold. With the distinction of being the trend-setters in gold and diamond studded jewelry for years, we have earned reputation of trust and dependability.

rupeshjob.blogspot.com rupeshjob.blogspot.com

ONLINE JOB

Wednesday, March 21, 2007. CLICK HERE TO ENTER. Subscribe to: Posts (Atom).

rupeshjpatil.blogspot.com rupeshjpatil.blogspot.com

RUPESH PATIL

Friday, February 14, 2014. Links to this post. Sunday, August 11, 2013. Links to this post. Wednesday, February 22, 2012. Links to this post. Labels: acralic on tinted paper. Monday, November 29, 2010. Links to this post. Labels: Water Colour on Paper. Monday, October 18, 2010. Links to this post. Labels: Water Colour on Paper. Monday, September 20, 2010. Links to this post. Labels: Water Colour on Paper. Tuesday, August 17, 2010. Links to this post. Labels: Water Colour on Paper. View my complete profile.

rupeshk.blogspot.com rupeshk.blogspot.com

Rupesh's Blog

Saturday, November 19, 2005. Some nice Java puzzles. I came across these set of interesting java puzzles and for many of them I got trapped. See how do you fare ;) If you have a good explanation, don't hesitate to share it. Public static void main(String[] args){. Public static void foo(){. String s = "str4";. String s1 = "str" s.length();. System.out.println("(s= s1) = " (s1= s) ;. Public static void bar(){. String s = "str4";. String s1 = "str" "4";. System.out.println("(s= s1) = " (s1= s) ;. Public st...

rupeshk.org rupeshk.org

インターネットファックス徹底比較ナビ|コスパ最強はどこ?ランキング形式で大解剖!

151ページ目からはページ辺りおよそ10円となっていますが、 FAXを大量利用しない場合には 送受信にかかる費用が丸ごと無料 となる可能性すらある料金体系です。 もちろんこうしたコスト削減効果には、 通常のFAXをインターネットファックス化することによって当然ついてくる 紙代やインク代が無くなる というコストの削減効果が上乗せされます。 データセンター運用やネットワーク構築等含めた通信システムのバックボーンを世界相手に取り扱ってきた実績のある会社ですので、 FAXのような 堅牢性や安定性を当然のように利用者が期待してしまうサービス を選択する上で魅力の一つとなります. ここは注意が必要な部分で、サービス提供元によって 送信にかかる時間あたり 円 や 送信した枚数あたり 円 といった違いがあります。

rupeshkgarg.blogspot.com rupeshkgarg.blogspot.com

Rupesh's Blog

Sunday, May 20, 2012. Consolidated List of Testing Conferences. Http:/ nikhil-bhandari.blogspot.in/. Sunday, May 13, 2012. 5 Just one night of sleep loss increases very toxic substances in body such as Interleukin-6 (IL! Friday, March 30, 2012. 8226; www.agilistas.org (Agile Testing Wiki - associated w/the Yahoo group). 8226; Association for Software Testing (New group derived out of FIT affiliations). 8226; FIT Testing Education (Florida Institute of Technology - Education site). 8226; QA Forums. 8226; ...

rupeshkhare.com rupeshkhare.com

Rupesh Khare's Blog | Analytics, Strategy and Leadership

Rupesh Khare's Blog. Analytics, Strategy and Leadership. Behavioural Component of Talent Management. Role of Analytics in Strategy Formulation. Lets redefine participants in Management. Strategy Making: Know your Comma! Behavioural Component of Talent Management. On April 20, 2014. Role of Analytics in Strategy Formulation. February 05, 2014. Will clients remain God? October 15, 2013. On February 22, 2014. Role of Analytics in Strategy Formulation. February 05, 2014. December 29, 2013. December 15, 2013.

rupeshkumar.org rupeshkumar.org

Rupesh Kumar handles cases of all hues, and provides services ranging from advisory to litigation.

The rules of the Bar Council of India prohibit law firms from advertising and soliciting work through communication in the public domain. This web-site is meant solely for the purpose of information and not for the purpose of advertising. Chambers of Rupesh Kumar does not intend to solicit clients through this web-site. For information and queries, please contact:. F-12A (LGF), Kailash Colony,. New Delhi 110 048 (India). Phones :29244390, 29244391. E-mail : office@rupeshkumar.org.

rupeshkumarshah.com rupeshkumarshah.com

Struggle of a Chicken Entrepreneur | Rupesh Kumar Shah

Skip to main content. Skip to secondary content. Struggle of a Chicken Entrepreneur. Chicken Entrepreneur as Columnist. July 26, 2015. Dear Friends, These are few columns I have penned down with help from my colleagues Anushree and Karishma. Here are …. Category: InOpen IIT B startup. 11 Bizarre Things that relatives say to a 26-30 year old, Indian, single Marwari (and startup guy) and to his parents. November 1, 2014. Category: Daily Experiences of my entrepreneurial Life. Drop that “I” word. In last fe...