How much time will be display the inscription www.example.pl int i =0; for (i=0;i<=0x32;i++) i+=0; i--; for (int i2 = i; i2 < 100;i2++){ System.out.println("www.example.pl"); } What is the answer ?
2593we have two exchange server domain as hcl.com having user test1 & ibm.com having user test2 as using same ip class 10.0.0.1 for hcl.com & 10.0.0.2 for ibm.com ?how user test1@hcl.com send mail to test2@ibm.com?
11 32855Post New IBM Interview Questions
What are the main Social and Cultural Impacts of Internet Of Things (IoT)?
Which built-in method sorts the elements of an array?
The OS is a program that uses various data structures. Like
all programs in execution, you can determine the
performance and other behavior of the OS by inspecting its
state - the values stored in its data structures. In this
part of the assignment, we study some aspects of the
organization and behavior of a Linux system by observing
values of kernel data structures exposed through the /proc
virtual file system.
The /proc virtual file system:
Linux uses the /proc file system to collect information
from kernel data structures. The /proc implementation
provided with Linux can read many different kernel data
structures. If you cd to /proc on a Linux machine, you will
see a number of files and directories at that location.
Files in this directory subtree each corresponds to some
kernel data structure. The subdirectories with numeric
names contain virtual files with information about the
process whose process ID is the same as the directory name.
Files in /proc can be read like ordinary ASCII files. You
can open each file and read it using library routines such
as fgets() or fscanf(). The proc (5) manual page explains
the virtual files and their content available through
the /proc file system.
Requirements in detail:
In this part, you are asked to write a program to report
the behavior of the Linux kernel. Your program should run
in two different versions. The default version should print
the following values on stdout:
• Processor type
• Kernel version
• The amount of memory configured into this computer
• Amount of time since the system was last booted
A second version of the program should run continuously and
print lists of the following dynamic values (each value in
the lists is the average over a specified interval):
• The percentage of time the processor(s) spend in
user mode, system mode, and the percentage of time the
processor(s) are idle
• The amount and percentage of available (or free)
memory
• The rate (number of sectors per second) of disk
read/write in the system
• The rate (number per second) of context switches in
the kernel
• The rate (number per second) of process creations
in the system
If your program (compiled executable) is called proc_parse,
running it without any parameter should print out
information required for the first version. Running it with
two parameters "proc_parse
What are the metrics you will use to track if Uber's paid advertising strategies to acquire customers work? How will you figure out the acceptable cost of customer acquisition?
What is polytropic process ? Under what conditions it approaches isobaric, isothermal, and isometric process ? In which reversible process no work is done ?
What is the difference between fiscal and monetary Policy?
Difference between MSCRM3.0 and MSCRM4.0?
(In MEP services) HVAC in AC Plant room what else can we provide if the chiller is not considered?
meaning of 125kva DG
What is the difference between wireless sensor network (wsn) and internet of things (iot) network (sensor)?
Is quicksort faster than merge sort?
What size is a bookmark?
Should database connections be singleton?
What are the implications?
Dear all: Recently we got a question about Interface between PMS and SAP-PM.once we got a update message from PMS.we should set the deletional flag for functional location in SAP system.Is there any FM or BAPI to use?There are only functional location create and change provided by SAP. Best regards!