April 2020

Goal Setting : 4 Week Challenge

Goal Setting 4 Week Challenge

Do you have a goal you’ve been letting slip through the cracks?

Do you want to improve but don’t know where to start?

Good news, this short book or booklet is designed to help you get starting on achieving your ambitions. Goals can be difficult, especially without a framework. This book will give you a simple worksheet to fill out and get started on your goals. It is easy!

This book is inspired by a project I did several years ago, where a friend and I decided to get serious about our New Years’ resolutions. We promised we’d complete our goals for at least 4-weeks. We made a lot of mistakes but also learned a lot about goal setting and habit change. Using those insights as well as a few years of additional research, I decided to draft this book.

If you’re on the fence, remember four weeks isn’t really that long! You can survive just about anything for that time period, and once you get started setting goals, you’ll be well on your way to increased productivity. I want you to see the same benefits we’ve gotten by sharing the same system with our family and friends.

Book Title: Goal Setting – 4 Week Challenge

Author: Aatul Palandurkar

Use coupon code: CORONA & pay only Rs. 99/-

https://www.instamojo.com/aatulpalandurkar/goal-setting-4-week-challenge/

Facebook Ads Mastery

Are you trying to learn Facebook Ads?
If yes, you must learn these topics.

Basics of Facebook Marketing

Advance Facebook Marketing

If you are not going to learn all these in your course, then it is not worth.
Make sure you join course or training where you get all these.

We cover all these topics in our training program called Facebook Ads Mastery. Join now! Limited seats.

For registration, follow and DM me on Instagram @aatulpalandurkar, will share details.

#facebookmarketingcoach #facebookmarketing #facebookads #facebookadvertising #facebookadstips #facebookpage #facebookpages #facebookshop #facebookadsmastery #facebookad #facebookadsexpert #facebookadstraining #facebookadsmanager #facebookadsagency #facebookadsmarketing #facebookadscoach #facebookadstrategy #facebookadverts #facebookpixel #facebookpixeltraining #facebookpixels #facebookpixeloptimazation #facebookpixelhelper #facebookpixxelworx #facebookpixelmarketing #facebookretargeting #facebookretargetingads #facebookleadgeneration #facebookleads  #aatulpalandurkar #socialmediatips #socialmediaforbusiness #instagrammarketing #facebookgroup #socialmediamarketingtips #socialmedia

Passing String in Switch Case in Java

Objectives:

  • How to use switch case in Java?
  • How to use switch case with string in Java?
  • How to pass string literals in switch case in Java?

 

Source Code:

[sourcecode lang=”java”]

public class SwitchWithStringExample

{
public static void main(String[] args)
{
String str = "two";
switch(str)
{
case "one":
System.out.println("one");
break;
case "two":
System.out.println("two");
break;
case "three":
System.out.println("three");
break;
default:
System.out.println("no match");
} // switch close
} // main close
} // class close

[/sourcecode]

 

Steps to run above Java code:

Consider that we have saved code at C drive (c:\>) and the file is saved as SwitchWithStringExample.java

  1. Compilation : c:\> javac SwitchWithStringExample.java
  2. Interpretation : c:\> java SwitchWithStringExample

 

Output:

two

 

We conduct Java Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com

 

Aatul Palandurkar
International Trainer, and Author, NetBeans Dream Team Member

https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Oracle Java Certifications For You

Oracle Java Certifications For You

The Java programming language is among the most widely used software development platforms in the IT industry nowadays. It is extensively being used and appreciated by individuals as well as organizations to transform their innovative ideas into working software solutions.

 

The Java programming language is among the most widely used software development platforms in the IT industry nowadays. It is extensively being used and appreciated by individuals as well as organizations to transform their innovative ideas into working software solutions.

 

Oracle Corporation is constantly working in the area of Java platform development. They provide Java certifications as well. Each of these java certifications verifies a certain level of expertise and knowledge of the Java platform belonging to specific domains.

 

Adding the best Java certification to your resume will help you grab the attention of the employer. A Java certification can validate your knowledge and expertise in working with Java. Preparing for a Java Certification can help you enhance your Java programming skills.

 

Oracle Java Certifications

 

Before diving in detail into the various Java certification courses offered by the Oracle Corporation, let’s first skim through a summarized introduction. Oracle Java certifications are categorized as follows:

 

Entry Level

  • Oracle Certified Associate Java Programmer (OCAJP)

 

Professional Level

  • Oracle Certified Professional Java Programmer (OCPJP)
  • Oracle Certified Professional Java Application Developer (OCPJAD)

 

Master/Architect Level

  • Oracle Certified Master Java Enterprise Architect (OCMJEA)

 

 

The Oracle OCP Java SE 8 Programmer I certification will validate your strong Java programming skills. To earn this certification you will have to pass the 1Z0-808 exam. The 1Z0-808 exam objectives include topics such as Java basics, Java data types, array, loop contracts, methods and encapsulation and so on.

 

 

 

The Oracle OCP Java SE 8 Programmer II certification is a professional-level certification designed to validate the foundation skills of database administration. The OCP 1Z0-809 exam objectives include exceptions and assertions; generics and collections; Java Class Design, Java File I/O (NIO.2), Java I/O Fundamentals, Java Stream API, and localization.

 

 

 

Oracle OCP Java SE 11 Developer certification covers a wide range of available Java 11 programming concepts. To earn this certification you will have to clear the 1Z0-815 exam. The Oracle 1Z0-815 exam covers topics such as Encapsulation, creating and using methods; creating simple Java programs, describing and using objects and classes; handling exceptions, Java technology, reusing implementations through Inheritance, 

understanding modules, and more.

As we all know that Java is employed for developing a wide array of applications. This programming language is used in creating server-side applications to mobile applications. So, if you are thinking about starting your career in this field, then you must consider these certifications. We offer courses that will help you prepare for the certification exams.

 

Using For Each in Java

Objective:

  • How to use For Each in Java?
  • How to use advance for in Java?
  • How to use advance for loop in Java Programming Language?
  • Types of For loop in Java

 

Source Code:

[sourcecode lang=”Java”]

class ForEachExample
{
public static void main(String args[])
{
//declaring an array
int a[]={1,2,3,4,5,6};

// Old way
System.out.println("Old way");
for(int i=0; i<a.length;i++)
{
System.out.println(a[i]);
}

//New way: for-each loop
System.out.println("For each");
for(int i:a)
{
System.out.println(i);
}
}
}

[/sourcecode]

5 Tasks to do everyday

 

Objective:

  • How to increase the engagement on your Instagram?
  • How to increase the engagement on your Facebook Page?
  • How to increase the engagement on your social media pages?

 

Do you want to increase the engagement on your social media such as Instagram or Facebook Page?

If yes, make sure you do these steps every day:

  1. Reply to your comments
  2. engage on your newsfeed
  3. Comment on Hashtags
  4. Post a minimum of 3 posts or stories every day
  5. Like your followers’ photos