Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
January 27, 2017 Big Data / Java Frameworks

Hadoop | ServerNotRunningYetException and PleaseHoldException

January 27, 2017 Big Data / Java Frameworks
Post Views: 7,814
| By Webner

Problem 1: ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet While running the hbase shell sometimes we receive Server is Not Running Yet error while our hbase master server is running properly. Solution: This problem occurs when we fetch the data

Read More
January 27, 2017 Java Frameworks

Java | Understanding signature of main() method

January 27, 2017 Java Frameworks
Post Views: 4,554
| By Webner

The syntax of main method in java is: public static void main(String[] args) { } There are three keywords used in main: public, static, void public: public keyword is the access modifier in Java which gives its access to the

Read More
January 27, 2017 Java Frameworks / Linux, Windows, Mac / Web Development

Adding Google Map in web page using Javascript

January 27, 2017 Java Frameworks / Linux, Windows, Mac / Web Development
Post Views: 4,172
| By Webner

How to add Google Map in your project and show markers and InfoWindows for various locations using HTML and Javascript. Google Map API is one of the most used APIs in websites and projects. We can use the API to

Read More
January 26, 2017 Web Development

SVN Switch

January 26, 2017 Web Development
Post Views: 4,715
| By Webner

I am assuming you are working on code from branch A (it may be trunk as well) and have already made some changes locally. Now you find you can’t commit your changes to SVN because they are not stable yet.

Read More
January 25, 2017 Database

Introduction to DataBase Isolation Levels

January 25, 2017 Database
Post Views: 3,810
| By Webner

Introduction to DataBase Isolation Levels Transaction specifies an isolation level that defines the degree to which one transaction must be isolated from resource or data modifications made by other transactions. Isolation Levels are described in terms of side-effects of concurrent

Read More
January 25, 2017 Java Frameworks / Web Development

Java | SSL and SSLHandshakeException for self-signed websites

January 25, 2017 Java Frameworks / Web Development
Post Views: 7,044
| By Webner

What are secure SSL Certificate? Secure SSL certificate is used by most of the websites to prevent private and secure information of their users so that no third party could access them. When an SSL certificate is used, it encrypts

Read More
January 24, 2017 Linux, Windows, Mac

Linux – Get full path of a running process

January 24, 2017 Linux, Windows, Mac
Post Views: 6,203
| By Webner

2 ways that I know to get the full path of a process in linux: 1. /proc/ /exe is a symlink to the actual exe. Here’s what I get for a program eclipse running on my machine under pid 4825

Read More
January 19, 2017 Java Frameworks

Java | int and float overflow and underflow with examples

January 19, 2017 Java Frameworks
Post Views: 13,368
| By Webner

First we should know what is overflow and underflow. Overflow is a condition where value crosses the maximum prescribed size of a data type. Underflow is a condition where value reaches the minimum prescribed size of a data type. With

Read More
January 19, 2017 PHP Frameworks / Web Development

Selenium | Take UI screenshots when script is executed

January 19, 2017 PHP Frameworks / Web Development
Post Views: 4,700
| By Webner

During testing a website with Selenium, function given below can take screenshot that can help us in cases like when testcase fails and we need the screenshot to see what happened on UI. Here is function to take screenshot: public

Read More

Posts pagination

«Previous Posts 1 … 121 122 123 124 125 … 171 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection