
Search In
Directing System.out.println() output to a file instead to console in Java.
The internal working of System.out.println():
System: java.lang package contains the class System with it's definition.
out: out is a public and static variable of Sys
In OpenERP to create opens wiki page first you have to create the current row and than the current user’s ID for security checks. user ID find List of open wiki group’s IDs and also maps the dictionary of open wiki window on give gr
Java Reflection
The run time behaviour of a class can be examined and modified at run time,this process is called java reflection. To examine and change the run time behaviour of a class java.lang.Class is used which provides many methods
What Is Grey Box Testing ?
‘Grey Box’ testing is a testing approach which is executed with the restricted information or intelligence around the inner utility of the application or software.
The testers who perform this testing need to
ereg_replace()
ereg_replace() function is used to replace regular expression case sensitive.
Syntax of ereg_replace() is:
string ereg_replace ( string $pattern , string $replacement , s
Magento: Get Category description from block
I was facing issue for getting category description from cms block. After researching on google I found the solution for it. You just need to add this in the home page content:
{{block type="core/templa
Can we execute a program without using main?
Answer is yes, we can run a program without using main with the help of static block. Lets see about static block first.
Static Block:
It is block which can be used to give initial values to the static
A string is sequence of character.
Every thing that is declared in a string will considered as a character.
Like abcd1234 is a string.
And when you add the string like 2+2 will give 22 not 4.
PHP string function
strlen()- It is used to find the l
Step 1->To Disconnect Google+ from YouTube first things we need to do is click upper right-hand corner and came down to YouTube settings, Go ahead and click on YouTube settings.
Step 2-> Clicking on settings will redirect you to your o
Comparable:- Comparable interface found in java.lang package and it contains only compareTo() method. It use the single sorting technique to write our own comparison logic and is used to sort the elements on the basis of sin
