
Search In
When we write code and compile them,our class files are converted in to Dlls, and we assume them as safe. But those Dll files can be used for backtracking to your code,your application logic and your secret algorithms(If you have any).
What?Are you t
In each & every real life scenario our utmost focus is on saving the time. In terms of DB we can save this time by reducing the number of SQL queries fired. This is what “Eager Loading” is used for.
Rails provide us 3 methods to perform Eager Lo
We can create custom Struts action in Liferay by using Hooks, these type of Hook is called as Liferay Struts Action Hook.
Follow the below steps to create a Struts Action:
Create Liferay Plugin Project of type Hook.
Write the below code in lifer
Workforce diversity is the factor that examines the management of workforce (i.e., understanding the differences among the existing employees, and these differences, if properly managed, are an asset to work effectiveness).
Factors that basically sho
Hello all,
To understand the concept of method hiding C# lets consider an example where we have class (User) that have some properties and methods.
Ex.
public class User
{
public string fisrtName { get; set; }
public string lastName { get; s
Locators in Selenium Webdriver:
In Selenium WebDriver, everything is related to web elements. All the objects in a web page is called web elements like input box, buttons, etc. To do any action with these web elements, we need to first locate these
Poorly made gucci sale bags may have large, uneven stitches that indicate a rushed construction process. Authentic Gucci purses are hand-stitched with tight, even the need for stitches.
grey gucci belt Depending on cheap gucci bags handedness, tota
rea in which a photographing suspicious deserted a lost police cruiser motorbike inside Publish Is catagorized, Colorado on Tuesday. SR Photography: Kathy Plonka锘縋olice Policeman Signing up Situations
Thursday Come early july 25 by Your five:35 Pm i
Binary Search Tree is also known as a ordered or sorted binary tree which is a node-based binary data structure .
Binary Search Tree has the following properties.
The left side subtree of a node should always contains
only the nodes with the keys
If you are looking to parse an xml file in android here are its steps :-
Step 1:-Getting XML content by making HTTP request
public String getXmlFromUrl(String url)
{
String xml = null;
try
{
DefaultHttpClient httpClient =
