Search This Blog

Tuesday, March 4, 2014

Java Strings

The Java String data type can contain a sequence (string) of characters. Strings are how you work with text in Java. Strings in Java are represented internally using bytes, encoded as UTF-16. UTF-16 uses 2 bytes to represent a single character. UTF is a character encoding that can represent characters in a...
Read More

News IN TECH CHANGES

Handing Touch Events in JavaScript I have extended my "Responsive, Mobile Friendly Web Design" tutorial with a text on how to handle touch events in JavaScript. Touch events are fired by tablets and smart phones, and can be more advanced than mouse events. AngularJS Custom Directives - Updated I have extended my AngularJS...
Read More

Popular Posts

Followers

About