Author name: Aditi Malhotra

Aditi Malhotra is the Content Marketing Manager at Whizlabs. Having a Master in Journalism and Mass Communication, she helps businesses stop playing around with Content Marketing and start seeing tangible ROI. A writer by day and a reader by night, she is a fine blend of both reality and fantasy. Apart from her professional commitments, she is also endearing to publish a book authored by her very soon.

How Do You Handle Having Two Project Managers Working On The Same Project?

Projects can be run by a single or multiple project managers (PMs) depending on the nature of the project. This is generally found in non IT companies, where there are 2 project managers, where one is from the business and the other is the technical project manager. This arrangement or type works on projects that have a clear distinction between business and technical responsibilities.  So to proceed in such cases and to avoid any roles and responsibilities related confusion, there must be clear roles and responsibilities defined among them. Some tips to make this a success Good co-ordination with your counterpart: Communication acts a […]

How Do You Handle Having Two Project Managers Working On The Same Project? Read More »

What Is Just-in Time Compiler? Difference Between Compiler And Interpreter

The concept of Just-in Time Compiler is well known not only in Java but also in other languages like Ruby, .Net, C# etc., While JVM is a part of JRE; JIT is a part of JVM that is used to speed up the execution time of a program. JVM is the just-in-time compiler for Java that allows you to run programs written in Java as well as in many other high-level languages, such as Scala, JRuby, Python etc. The set of languages supported by JVM is combinedly known as JVM languages. We all know the basic definition of compiler as

What Is Just-in Time Compiler? Difference Between Compiler And Interpreter Read More »

Negative Feedback Can Be The Catalyst For Career Advancement

In most of the companies at the time of performance reviews, performance appraisals are pre- pared and conducted, issues are identified and resolved, and feedback is given to the team and team members. This is a formal process, and your promotions and hikes are based on these feedbacks provided by your managers. Besides this formal process feedback you receive from your other stakeholders can improve future performance on your current and future projects.  This information must be documented and distributed to the appropriate team members so that future project performance can be modified to improve results. Good Leaders sets the

Negative Feedback Can Be The Catalyst For Career Advancement Read More »

Is Team Work Always Productive Or Can It Be Unproductive As Well?

The actual intent of completion of certain task like a team is accomplishing it successfully. Generally teams can be very productive. They can address issues and solve problems better and faster. They include diverse opinions that naturally make for more robust solutions. They also lay the groundwork for inclusion and buy-in if not consensus. The effectiveness of team work totally depends on a good team leader and his leadership qualities. The leader must have a vision and share it with the team. He/she has to be able to prevent, recognize and take corrective actions to minimize the bottlenecks without being

Is Team Work Always Productive Or Can It Be Unproductive As Well? Read More »

Importance Of Having A Strong And Effective Change Control Board (CCB)

What is a Change? Changes come about on projects for many reasons. It is the responsibility of a project manager to manage these changes as per the company’s policy. Changes are not always bad or results in delay and cost overruns. They can be positive at times like major scope cut done resulting in completion before time and under budget. What is important is that the manager must manage this process carefully, as too many changes or even one significant change can impact cost, schedule, scope, and/or quality. Once a change request has been submitted, some decisions needs to be

Importance Of Having A Strong And Effective Change Control Board (CCB) Read More »

How Does A Java Virtual Machine Works?

Even an amateur Java programmer knows that a given Java byte code is executed in Java Runtime Environment. JRE plays an important role in Java as it composes of Java APIs and JVM. Java Virtual Machine (JVM) is known for analyzing and executing the byte code of Java and it is not necessary to know, as a developer, how JVM works. But learning and understanding the architecture of JVM helps you to gain knowledge on the overall insight of a virtual machine. Not only Java, but Java Virtual Machine (JVM) also supports a set of languages which are high-level languages.

How Does A Java Virtual Machine Works? Read More »

How do you handle a difficult project team member if escalation to their manager has not helped?

Each one of us have dealt with such situations, it is really hard to tackle them. It doesn’t go away easily, the only way to move things forward is a face-to-face meeting with that individual, and question the person until some agreement is reached. This works, but is this sort of micro-management, is the right way to handle a project and its team? Please ask some questions to yourself: Is the person very influential? Is there a suitable replacement available? How did he performed in past, with other project managers? Is the person really not serious or you feel it

How do you handle a difficult project team member if escalation to their manager has not helped? Read More »

Exception Handling

While writing a program, it is obvious that any abnormal condition may arise.By abnormal condition we mean, a condition that effects the normal execution of our code. When these conditions occur, the execution of our code is likely to stop. Generally, we refer this abnormal condition as an error. But to say it error every-time, is not correct. If our code is able to handle this weird condition, then we’ve to say it an exceptional condition or simply an exception. And the process to handle this exception is known as exceptional handling. Consider a scenario in which you have to

Exception Handling Read More »

Top 10 Benefits of PMP Certification

Global Recognition:If you work with international clients or companies who have a global presence, a PMI certification is now recognized as meeting international standards and requirements. Hiring PMP-certified consultants is now especially beneficial to global organizations because they can reference the ISO 17024 certification. This internationally recognized accreditation is recognized by the global business community and often leads to better career opportunities to someone who is PMP certified. Relatively Better Salaries: According to the Project Management Institute (PMI), the average annual salary for PMP® certified Project Managers in the U.S. is $111,800, almost $14,000 more than the salary of those without PMP®

Top 10 Benefits of PMP Certification Read More »

Modifying A String

There are about 5000 built-in packages of java. And each of these packages contains numerous classes. An important built-in package of java is java.lang. This package is automatically imported into every program that you write. Within this package, there is an important class known as String. Explaining the full string class will cost your whole day, thus we limit our discussion only to few things about string which includes, how to declare a string and how we can further use it in our java code. If you are familiar with few programming languages (other than java) then surely you are not new to

Modifying A String Read More »

Scroll to Top