Vijay Tyagi

Ranch Hand
+ Follow
since Feb 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
3
Received in last 30 days
0
Total given
5
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vijay Tyagi

In setRegion() , If region is null or the empty string, the region in the Builder returned is removed.
Same for setLanguage()

http://docs.oracle.com/javase/7/docs/api/java/util/Locale.Builder.html#setRegion%28java.lang.String%29
11 years ago

Also,you might want to know about their placement cell.
11 years ago

which are many many orders of magnitude more difficult to decipher than unicode to text.... ...



Agree , the title of this thread should have been "Easiest problem this week"
11 years ago

Richard Tookey wrote:

Vijay Tyagi wrote:
\u0053\u006f\u0072\u0072\u0079\u002c\u0020\u0049\u0020\u0074\u0068\u006f\u0075\u0067\u0068\u0074\u0020\u0069\u0074\u0020\u0077\u0061\u0073\u0020\u0077\u0068\u006f\u0020\u0067\u0065\u0074\u0073\u0020\u0069\u0074\u0020\u0066\u0069\u0072\u0073\u0074



Oi0pIEkgdGhvdWdodCBpdCBtaWdodCBiZSBzb21lYm9keSdzIGhvbWV3b3JrIQ==




OikgTm8sT1Aga25ldyB0aGUgYW5zd2VyLGhlIHdhbnRlZCB0byBnaXZlIHBlb3BsZSBhICJmdW4gdGFzayIgZm9yIHRoZSB3ZWVrZW5kIQ==
11 years ago

Richard Tookey wrote:

Vijay Tyagi wrote:Answer is JAVA[/code]



\u0053\u0070\u006f\u0069\u006c\u0073\u0070\u006f\u0072\u0074
U3BvaWxzcG9ydA==
;fHYhCiaQ6Ec_
53706f696c73706f7274
394030481481489850528372






\u0053\u006f\u0072\u0072\u0079\u002c\u0020\u0049\u0020\u0074\u0068\u006f\u0075\u0067\u0068\u0074\u0020\u0069\u0074\u0020\u0077\u0061\u0073\u0020\u0077\u0068\u006f\u0020\u0067\u0065\u0074\u0073\u0020\u0069\u0074\u0020\u0066\u0069\u0072\u0073\u0074
11 years ago
Answer is JAVA



Wrote a small program to read those unicode strings from a file and convert each into a char
11 years ago
looks like , taking a power nap after every post
11 years ago
Thanks,
according to these sources ,BMP plane 0, supports most modern languages
11 years ago

Ulf Dittmer wrote:

Jelle Klap wrote:CAFEBABE


That's the only term I've ever seen mentioned as Java's magic word, and not infrequently, actually. It's also what is mentioned in http://www.geekinterview.com/question_details/30938, which I guess is the post Vijay saw.



Right, as bytecode is the magic of Java, cafebabe as the magic word makes sense
11 years ago


There is a post on geekinterview which says that Magic Words are deprecated reserved (key) words like goto and const.
But considering that searching "magic word java" yields just one positive result ,I don't think it( the term "magic word" for goto and const) is used much.
11 years ago

I mean , all symbols<alphabets and numerals and special characters> of that particular human language, will fit into a single char,(range 0x0000 to 0xFFFF),one at a time.

11 years ago
Is there a list of languages supported by a single char variable in java ?
Not by joining 2 chars,just a single char variable, 0x0000 to 0xFFFF which I understand is referred to as "basic multilingual plane" <BMP>
11 years ago
In my case I can record music playing from the headphone/ear phone
It is a ear set with both mic and earphone in one unit.
11 years ago


Suppose a jar file is created using Java 7 update7 ,will it work on a computer having JRE 7 update 5 ?

thanks
11 years ago
Sound recorder that comes with Windows can record what you are hearing from a headphone
you will obviously have both mic and headphone plugged into the computer in this case
11 years ago