Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Can I use an enum type in Java switch statement?

The Answer to this question is yes, we can use enum in java with switch statement. the following examle shows how: enum Car{THAR,XUV,SCORPIO} class Cars { Car car; Cars(Car car) { this.car= car; } public void tell

C Preprocessor directives

The preprocessing of C source code is done before it is compiled by the compiler. The Preprocessor directives are the command used for preprocessing which starts with "#" symbol. The list of preprocessor directives that C language offers is given bel

Canvas in HTML

A canvas is a rectangular area on an HTML page. You can use a canvas tag in HTML to draw various shapes in your HTML page.   <canvas id="myCanvas" width="200" height="100"></canvas>  Drawing with JavaScript var c = docu

CURL Fails To Load Page

Php Guys, Why does this cURL show complete blank page ?   <?php /* ERROR HANDLING */ declare(strict_types=1); ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); mysqli_report(MYSQLI_REPORT_ER

8 Tips and Tricks to Sell Online Courses on Social Media

People have gotten used to the new ways of selling courses and that is online. Social Media plays a pivot role in getting you more buyers for your online courses which you had toiled hard to accomplish. The task doesn’t lie in the situation whe

How to Find Perfect Java Development Company For Your Project?

Java is a popular language for building websites and applications, it is widely used across the world. From custom software solutions to web development, Java is used everywhere. There are countless Java consulting companies in different parts of the

Regrouping After a Failed Tech Business Venture - An Entrepreneurs Guide

Failure is difficult for most people to admit. Perhaps this is because we live in a culture that tends to reserve all praise and rewards for people who are successful in life and in business.   When an entrepreneur fails in the tech industry,

Learn Basic Structure of C++ Programming for Beginner

Prior to creating a C++ program, one needs to start the C++ IDE. The instructions for starting C++ all depend on the system one is using. This unit assumes that the individual is using the Bloodshed compiler. Incase, one uses a different version of C

Top Social Bookmarking Sites

In my previous blog I have explained you about Social Bookmarking and it's Importance. So if you are looking for social bookmarking sites below are some of the Top Bookmarking sites which I preferred. Reddit Stumble

Objective C or Swift - Which Technology to Learn for iOS Development?

Swift programming language is completely based on general purpose, a multi-paradigm compilation which has been developed by Apple Inc. Swift is basically developed for various operating systems including iOS, watchOS, macOS, Linux, and tvOS. It is al

1 15 319
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: