Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Program of Autoboxing where widening beats boxing.

Autoboxing Autoboxing is converts primitive data type into it's equivalent wrapper type class automatically in Java. E.g: int primitive type is converted to Integer Wrapper class in autoboxing. Widening Widening in Java can be defined as conve

Can someone explain the algorithm of this java program?

I found it in the net and I want to know the explanation of it's algorithm. I'm having a hard time to understand this. thank you so much :) import java.util.Scanner; class BinarySearch { public static void main(String args[]) { int c, firs

How to use ArrayAdapter class in android

In the below example, first I have created ArrayAdapter class and then extend ListActivity. In next line I have store ListItems in String then I have setListAdapter. ”ArrayAdapter class can handle a list item as input, By using this class we ar

SQL: How to display all the records related to common id

I was stuck in the following issue. Issue was related with retrieving common records in group. I have to display records which are common with each id. Following records are inserted into the table "mytable": id | title -----

Mysql: Compare two columns word and print total common words count

I am posting this blog because I was facing issue to show the total common counts in 3rd column from two columns. This is following table which contain these records: |==========title=================|======title================| |...Cat Dog.......

How can use Encapsulation in android

Encapsulation is a process of wrapping code and data together into a single unit. Encapsulationis used to bind method and variables(data). Below is my sample code to demonstrate Encapsulation in java, in this first I have created food class and food

Client Server Model

In client server model we have one or multiple clients that request for the service. And the server is used to provide the response for the clients.   Client server model is like a request response relationship between the client and the serv

  • 756
How to convert PDF to JPG Using ImageMagick in PHP

Hello Reader's! Today in my blog I am going to explain how you can convert PDF to JPG image using ImageMagick in PHP. ImageMagick is a open-source software  for displaying, converting, and editing image files in PHP. First you need to confi

How to remove "this email was sent using the cakephp framework"

I was facing issue when I was sending email, then I was getting message in the footer of the email. Message is "This email was sent using the cakephp framework".  In order to remove this message you need to make sure that you have set

How to fork from Github to Bitbucket?

I was working on a project that was hosted on Github. My project was hosted on Bitbucket. Both of them uses git. Now I have to create a fork of project in my Bitbucket repository. In order to be able to get updates and without downloading and replaci

1 166 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: