
Search In
What is ANT ?
Ant is a product of Apache. Ant is a tool, based on Java library and command lines. The main motive of ant tool is that it handle the method or process which are mentioned in the build files in form of targets and extension point.
Dep
Gson is a java library which converts Json to Java object and vice versa.
This blog is about how we can parse Json data to Java Object where keys are dynamic created.
1. Json Sample text is:-
{
"data": {
"status_code": "101",
"feeds": {
"
Hi Reader’s,
This blog includes the concept of how to set random numbers from an array as title of different UIButton taken in story board. Random numbers are much needed if you are making a number based gaming application wher
In Javascript it is possible to pass a function as an argument to another function just like we pass a normal variable to a function.
Suppose i have a requirement that i want to call 2 functions one after the other and the second function has to be
You have a blog with great stories however no one online knows about your blog. You really wish to drive a lot of inbound traffic to your blog but you fail to draw in people. In order to make your blog visible online and interesting to your readers,
<-- Chapter 9: SQL != Operator
Chapter 10
SQL LIKE Operator
Lets see an example from the below table "employees" :-
employee_id
name
code
designation
salary
101
ABC
E-101
Engineer
12000
102
DEF
E-102
Doctor
8000
103
GHI
E-103
Soft
The fundamental differences between crowdsource testing and Software testing outsourcing is that, in crowdsource testing, testers/analyzers might fit in with diverse work environments. In outsource testing, the testers are from the same organization
For sending notifications to android phone first you need to register yourself in google developer console
https://console.developers.google.com
After doing registeration in that you need to generate an API key from it
Code for GCM
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
Some of the basic SQL queries used in data validation
Table Name – employee
for selecting all the data from the table -
select * from tablename
Find the total number of records in a table-
Select count (*) from emp where age >40
How
