
Search In
Difference of String, StringBuilder and StringBuffer in Java?
String
1)String value are stored in dynamic memory (managed heap) and variables of type string keep a reference to an object in heap.
2)The character sequence stored in string variable
You've noted it said that you never get another opportunity to make an first impression. Whether you know it or not, this is additionally genuine with regards to business. In the event that you don't depict your business and the work force it
Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you.
first you need to create dropdown box which contain user status 0 for Suspend 1 for active.
Example:
<?php $opti
For creating Stages using CSOM, we have to use StageCreationInformation.
1. First of all, assign basic informatiom to Stage.
Microsoft.ProjectServer.Client.StageCreationInformation stageInfo = new Microsoft.ProjectServer.Client.StageCreationInfor
Linked list is collection of nodes which contain the two parts the data and the address of the next node to which it is connected.
Singular Linked List
In singular linked list the node contains two parts as we have discussed the fir
General Packet Radio Service is based on packet transmission of data to the users.
GPRS works with the existing GSM architectures for the switching nodes.
The GPRS uses the same radio channel as defined for GSM.
&
TempData in asp.net mvc
TempData is a dictionary object derived from TempDataDictionary.
TempData provide communication between Controller action and it's corresponding view by tranfering and maintaing data.
The tempdata is retained not only
Network Addressing
Network refers to the collection of components in a specified network or region.
Network address refers to the number of terminals connected within the network.
The addressing is mainly done to identify t
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
The Number is a javascript object that represents numerical date, either integers or floating-point numbers.
The syntax for creating a number object is as follows:
var num = new Number(number);
If it receives a non-number argument, then the argum