
Search In
Ke8227 fhpuhfcqnrji, [url=http://psinlctokisy.com/]psinlctokisy[/url], [link=http://alybnoucifem.com/]alybnoucifem[/link], http://owfxminitgjk.com/
How to code an algorithm to calculate the maximum product of any n-1 elements in the array in O(n) time complexity for only positive integers?
Hi All,
Below is some example of pure css loader. Using css animation. All are single element loader.
Please, check the below code for details.
section{
margin: 10px 0;
}
.loader {
position: absolute;
z-index: 1;
left: 0;
right: 0;
mar
Hi,
Here I am writing a simple way to use Comparator interface.
We use Comparator interface to order the objects.
First of all we need to import java.util package.
It have two methods :
Compare(Object o1, Object o2)
equals(Object o).
Th
In java can we create a inner class inside a method??
Answer to this query is yes .
Example code :
class Outer
{
String outerVar="outer Variable";
public void checkInner()
{
final String localVar="Loc
In all the event driven programming, there is a main loop that listen's the events, and then invoke the corresponding callback function whenever one of those events occur.
Here we might get confuse between events and callback, But the differenc
UserEntities objUserEntities= new UserEntities();/*Create object of user entity
/* Add records into the database */
public void AddUser(User objUser)
{
objUserEntities.AddToUsers(objUser); /*Linq has its own function to insert th
If you would like to convert .ppk file into .pem file, the process are given below:
1) Open terminal and make your login
2) sudo apt-get install putty-tools
3) puttygen /var/www/html/abc.ppk -O private-openssh -o /var/www/html/abc.pem
4) chmod 400
Web application use cookies to store user related information . While testing web application
It is a best practice to delete cookies before starting a new test.
IE cookies can be deleted using WebUtil object which come along with QTP. We need to u
Here are some important very useful tags that can help you definitely while creating various kinds of reports:
[[ repeatIn(objects,'o') ]]: To add loop on the object selected, example [[ repeatIn(objects,'invoice') ]].
[[ repeatIn(o.invoice_line,'
