kinghunterthings-blog
Arjun37
23 posts
Don't wanna be here? Send us removal request.
kinghunterthings-blog 6 years ago
Photo
Tumblr media
Awesome Features of CouchDB
0 notes
kinghunterthings-blog 6 years ago
Link
Perl is a cross-platform environment and library for running JavaScript applications which is used to create network and server-side applications. Perl is a programming language which was originally developed for script manipulation. But now Perl is used for a variety of purpose including web development, GUI development, system administration and many more. It is a stable, cross platform programming language.
0 notes
kinghunterthings-blog 6 years ago
Link
Hibernate is an ORM (or Object-Relational Mapping) library for the Java programming language, that provides a suitable framework for mapping an object-oriented domain model to the relational database. Hibernate is an open-source Java framework developed by Gavin King in 2001. The primary feature of Hibernate is its mapping from Java classes to database tables, and particularly mapping from Java data types.
5 notes View notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
A JSP page consists of HTML tags and JSP tags. JSP technology is used to create web application just like Servlet technology. The JSP pages are easier to maintain than Servlet because we can separate designing and development.
0 notes
kinghunterthings-blog 6 years ago
Link
Object means a real-world entity such as a pen, chair, table, computer, watch, etc. Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects. OOPs provides data hiding whereas in a procedure-oriented programming language a global data can be accessed from anywhere.
0 notes
kinghunterthings-blog 6 years ago
Link
Spring is a lightweight framework. It can be thought of as a framework of frameworks because it provides support to various frameworks such as Struts, Hibernate, Tapestry, EJB, JSF etc. The framework, in broader sense, can be defined as a structure where we find solution of the various technical problems.
1 note View note
kinghunterthings-blog 6 years ago
Link
Tumblr media
Java Collections is an object that holds multiple elements in a single unit. Collection framework was added to Java prior Java 2 in J2SE 1.2. Collections are generally used to store, retrieve and manipulate data within methods and classes provided in Java. Prior to Collections, Java provides ad hoc classes such as Dictionary, Vector, Stack etc but they don鈥檛 have a unified framework.
0 notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
Android is a software package and linux based operating system for mobile devices such as tablet computers and smartphones. The goal of android project is to create a successful real-world product that improves the mobile experience for end users.
0 notes
kinghunterthings-blog 6 years ago
Link
Tumblr media
Merge sort is the algorithm which follows the divide and conquer approach. Consider an array A of n number of elements. Merge sort works using the principle that if you have two sorted lists, you can merge them together to form another sorted list.
0 notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
Node.js is a cross-platform runtime environment and library for running JavaScript applications outside the browser. It is used for creating server-side and networking web applications. It is open source and free to use. There are various features of NodeJS that makes it modest and powerful framework of javascript, some notable features such as extremely fast, scalable etc makes it even more popular.
0 notes
kinghunterthings-blog 6 years ago
Link
Tumblr media
PDF stands for Portable Document Format. It is a file format which is used to display a printed document in digital form. It is independent of the environment in which it was created or the environment in which it is viewed or printed.
It is developed and specified by Adobe庐 Systems as a universally compatible file format based on the PostScript format.
0 notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
CodeIgniter framework is based on MVC pattern. MVC is a software that gives you a separate logical view from the presentation view. Due to this, a web page contains minimal scripting.
4 notes View notes
kinghunterthings-blog 6 years ago
Link
Tumblr media
Apache Ant (Another Neat Tool) is an open source project started by Apache Software Foundation. Ant is a Java library and a software tool used for automate software build processes such as compile, run, test and assemble Java application. Features of Apache Ant are: Open Source. Flexible, Easy To Use, Cross Platform etc.
0 notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
Cloud computing means on demand delivery of IT resources via the internet with pay-as-you-go pricing. It provides a solution of IT infrastructure in low cost. Cloud computing offers platform independency, as the software is not required to be installed locally on the PC. Hence, the Cloud Computing is making our business applications mobile and collaborative.
1 note View note
kinghunterthings-blog 6 years ago
Link
For receiving email Store and Folder classes are used in collaboration with MimeMessage, Session and Transport classes.
For a better understanding of this example, learn the steps of sending email using JavaMail API first.The JavaMail is an API that is used to compose, write and read electronic messages (emails).The JavaMail API provides protocol-independent and plateform-independent framework for sending and receiving mails.The javax.mail and javax.mail.activation packages contains the core classes of JavaMail API.
0 notes
kinghunterthings-blog 6 years ago
Link
The JavaMail is an API that is used to compose, write and read electronic messages (emails).
The JavaMail API provides protocol-independent and plateform-independent framework for sending and receiving mails.
The javax.mail and javax.mail.activation packages contains the core classes of JavaMail API.
0 notes
kinghunterthings-blog 6 years ago
Photo
Tumblr media
SQLite by ArjunY37
0 notes