7/19/2013

3 Facebook myths that can upset you if it came true.

3 Facebook myths that can upset you if it came true.

facebook Social media has become a significant part of our modern civilization. Our life never be easier before this social media. Since the social media was discovered it has been continuously upgrades its functions and the way on how they can well-offs our live on Internet.
There are more than 30 bigger social media sites at online which gives you the opportunity to communicate with others in a different ways. One of them is of course no other than FACEBOOK. If you've been on the Internet for any length of time, you've probably come across one of the hundreds of sites which has one at least facebook icon that are floating around the cyberspace.

Now we all known Facebook is one of the most popular sites on internet with more than 200 million users. While Facebook had became one of our daily vocabulary, and the explosive growth of the it has created a fair share of misunderstandings, fabrications and myths.
And while there are so much myths created by rumors , we picked some and today we going share those myths that can change your fellings about Facebook and can make you upsets when its came to truth.

1. Is facebook going to start charging for its service?
When Facebook is in our daily life it makes sense to make their service for some monthly fees.
Although we've heard our whole lives that there's no such thing as a free lunch, so it's only natural for people to suspect if Facebook start charging for its service.
We heard from news that 5 percent of Facebook users agreed to pay $5 for a month basis for the service. If you calculate then you would find that Facebook could generate hundreds of millions of dollars a year in membership fees alone.

But you don't have to worry about it because in a weekly business interview of Facebook Mark Zuckerberg(founder of Facebook) declared that Facebook has no plan to charge their service and it is profitable and growing quickly based only on the strength of its advertising revenues.

2. Does facebook destroy your social skills?
Facebook was made to easier the connectivity with friends and family, but does this convenience come at a heavy cost?
There is no doubts that facebook makes it so easy to say connected to other friends and family in a beautiful way. It is also very helpful to say connected to the long distant relatives. But does it Destroys Your Social Skills ?
I was heard about it might 1 years ago on discovery channel. And when I searched on it , two different aspect of views of doing Facebook was came up to me.
One was , who believes that Facebook puts people to the highly mental disease; And another one was the result of the study on Facebook users at Cambridge university that shows the site can be a useful tool for maintaining relationships that might otherwise be lost.

3. Is facebook going to sell your pictures?
If someone sells your pictures you uploaded on the site to share with others is not a good idea to use that site anymore unless you don't care who sees them.
Same thing happens to the facebook. you probably never imagined that, even if you delete your account, Facebook could use those pictures for commercial purposes. We got heard that Facebook recently changes the company's Terms of Service (TOS), and declared that Facebook could use your pictures for commercial purposes.
But this myth was no longer lived.Because Mark Zuckerberg insists that Facebook has no intention of selling users' pictures for any reason.
So, We have shared the myths as far as we known about facebook. If you know more Hype on facebook don't forget to comment below. Thank keep blogging !!



7/14/2013

What is Java programming language and Java technology

Java programming language

java Java is a high-lable programming language. Because it's code can be easily read or understand by human. Java is a true object oriented programming language. What is that mean is in java almost every element is called a object. Java technology is both a programming language and a platform. Java programs need a JVM to run. JVM's full name is Java virtual machine. You can characterized java by all of the following buzzwords:
1. SimpleSimple
2. Object oriented
3. Distributed
4. Multithreaded
5. Dynamic
6. Architecture neutral
7. Portable
8. High performance
9. Robust
10.Secure
james GoslingJava is written by James Gosling and Henry McGilton. But mainly James is the main founder of java. Java was originally designed for use on digital mobile devices, such as cell phones. But after release of java , it gets a huge success mainly for its portability. Java programs can be run on many different types of computers. A Java program runs on any computer with a Java Runtime Environment, also known as a JRE(Java runtime Environment), installed . A JRE is available for almost every type of computer — PCs running Windows, Macintosh computers, Unix or Linux computers, huge mainframe computers, and even cell phones. And Java also using to write application on android.
Java is now the choise of computer science student as a first programming language. It's language syntaxs are similer to the native languages like c or c++. So, if you have any experience with C or C++, you'll find yourself in familiar territory often as you learn the various features of Java.

The Java language itself is very simple. But the real challengeis to learn java is to learn the API of java. The API also called as java library. API is Application programming interface. The Java API contains the basic classes. Without the classes you can not make your many programs. And the classes have tens of thousands of methods you can use in your programs. Like other programming language Java have its own 50 keywords. In the programming world is it also called as a reserved word. The full set of Java API documentation can be found here.
To start programming in Java, all you need to do is download and install the Java development Kit or JDK. The JDK can be found on this link. After download and install the JDK you need a IDE for writing, testing,compilig and runing your java programs. Java programs written in plain text. And the text file is called 'source code'. The source code file name ends with .java extension. It is the similar to the file format you see in your mp3 song or mp4 video etc. Examples are:
MySong.mp4 >> .Mp4 is the file extension
MyJavaProgram.java >> . java is the file extension
To start Learning Java you can visit the offical java tutorial site of oracle. Here is some link you can visit to know and explore more about java and java technology.
http://docs.oracle.com/javase/tutorial/getStarted/intro/definition.html
http://en.wikipedia.org/w/index.php?title=Java_(programming_language)&mobileaction=toggle_view_desktop
http://www.java.com/en/download/faq/whatis_java.xml