Skip to main content

TOP 10(05-25-2015)



TOP 10 HEADLINES (05-25-2015)


1.Samsung Galaxy J5 and J7 gets certified by TENAA to launch soon in china.

2.Samsung Galaxy Grand Neo Plus launched in India for Rs.9990.

3.Microsoft, Xiaomi and few other manufacturers are looking to acquire Blackberry.

4.Google introduced new default font for Play Books LITERATA.

5.Gmail gets a new look for Android - Show conversation, contact info and more on clicking avatar.

6.Sony launches Xperia A4 packed with 20.7 MP camera with Android  Lollipop.

7.Android One enters in Turkey, its first spree outside Asia.

8.Samsung and Xiaomi beat Apple in 4G device sales.

9.Limited edition Iron Man Samsung S6 Edge arriving next week.

10.Cyanogen to soon open its office in India.

Popular posts from this blog

CONVERTING TORRENT FILE TO ZIP FILE

HOW TO CONVERT TORRENT FILE TO ZIP FILE 1>>click the link below  http://www.zbigz.com   2>>upload your .torrent file  3>>wait until conversion, after conversion your  file can be downloadable in .zip format.

Responsive PanelGrid in JSF Primeface

Here, we are going to learn about responsive PanelGrid in JSF Primeface component. As we know primefaces providing lots of good stuffs for JSF. In Primeface, there is a component name Panel Grid which we are going to use for our convenience. In most of the cases, PanelGrid used for making our content in a proper way. If users opens our website which we have made in jsf using panelGrid component that not in responsive manner, that could be really ugly as for as user concern, So here we are going to break it just by using Layout attribute in the panel Grid component. for exaple, < h3 >Responsive</ h3 > < p:panelGrid columns = "3" layout = "grid" >                 < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "C...

What is the difference between Abstraction and Encapsulation?

I'm sure You came here to see the answer after vising plenty of websites and which is not enough to understand about that concept. The reason why you cant get the perfect or believable answer abut this concept is you're not reading the whole content slowly and carefully. But im sure if you read this fully and carefully, you can earn the knowledge about the difference between Abstraction and Encapsulation. and here we are gonna teach you the real time scenario of Abstraction and Encapsulation. ok!  Lets go to the Topic. What is Abstraction: "Abstraction  is a process of hiding the implementation details and showing only functionality to the user." You could see this answer in many websites. Let me explain about what is implementation and functionality.  For Example, " Dhoni is a cool captain" Cool is his nature it is his Function. He is always cool even the Team is in underpressure. So cool is his Natural Function. And, We dont know how he is so cool in under...