Monday 4 September 2017

Artificial Intelligence (AI)

Explanation

Definition - What does Artificial Intelligence (AI) mean?

Artificial intelligence (AI) is an area of computer science that emphasizes the creation of intelligent machines that work and react like humans. Some of the activities computers with artificial intelligence are designed for include speech recognition, learning, planning and problem solving.

Sunday 3 September 2017

What is Angular?




Intent

Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

Saturday 2 September 2017

what are Java features ?

Java 5 Features:


    > For-each loop
    > Autoboxing and Unboxing
    > Covariant Return Type
    > Annotation
    > Generics
    > Enum
    > Static Import
    > Varargs
    

Friday 1 September 2017

Difference between ear jar and war files ?

These files are simply zipped files using java jar tool. These files are created for different purposes. 


.jar files: The .jar files contain the group of .class files and libraries. 


.war files: The war file contains static resources i.e., html, js, css...etc and dynamic resources jsp, servlets etc and other files (web.xml) for necessary for the development of web applications. Combination of these files zipped in to one module called .War file. 


.ear files: The .ear file contains anything Java/J2EE (Enterprise) related files zipped in to one module called .ear file. It is deployed in Application server.

How to Encode/Decode URL Online

What is URL Encoding/Decoding?

URL encoding stands for encoding certain characters in a URL by replacing them with one or more character that consist of the percent character % followed by 2 hexadecimal digits. So URL encoding and decoding is used that a string conform to the the Uniform Resource Locators Specification – RFC 1738.

Online Websites for Encoding / Decoding URL: