Can any body tell me why this program works?!! It shouldn't work!

I wrote this program in a different long way, but it worked...I got the code i just posted below, it works well as well, but i dont know how this works. It seems more effeciant as well.....Q:
Write a program to read lines of text containing names and print each on a separate line.
Eliminate duplicate names.
Input lines may contain any number of names.
import java.util.Scanner;
public class Tut1P3 {
     //Write a program to read lines of text containing names and print each on a separate line.
     //Eliminate duplicate names.
     //Input lines may contain any number of names.
     public static void main(String args[]) {
         Scanner sc = new Scanner(System.in);
         String a[] = new String[ 1000 ];     // string to hold up to 1000 names        
         int i,     // loop control variable
         n = 0;      // number of names in array so far
                    //how hasNext works in memory?
         while ( sc.hasNext() ) {     //reads the next name
                String next = sc.next();
                for(i = n-1; i >= 0; i--){
                     System.out.println(a);
          if ( a[i].equals(next) ) //we have nothing in the array! it checks nothing!
               break;
          if ( i < 0 ){
               //this part doesn't make sense. Any quick help please..
               System.out.println( a[ n++ ] = next );

The line in question can be split up into 3 different lines.
a[n] = next;
System.out.println(a[n]);
n++;

Similar Messages

  • I upgraded my iPhone software yesterday and now I am getting personal hot spot. Can any body tell me why this and how to solve this problem.

    I up graded my iPhone software yesterday and now I am not getting personal hotspot. Can any one help?

    Did you check for a carrier settings update?
    Copied from iOS: System requirements for Personal Hotspot
    To confirm that your iPhone or iPad Wi-Fi + 4G can share its cellular data connection using Personal Hotspot, tapSettings > General > Network > Personal Hotspot.
    If you don't see this option and your carrier supports this feature, check for a carrier settings update. If you still cannot enable this feature, contact your carrier for additional information.

  • Can any body tell me what this means version="1.0" encoding="UTF-8"

    version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
         <key>ADActivatedAppInfo</key>
         <array>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AdSheetPhone</string>
                   <key>uuid</key>
                   <string>E77CB921-A914-39B8-AED0-5613E1B7D995</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>adamID</key>
                   <integer>284035177</integer>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.pandora</string>
                   <key>uuid</key>
                   <string>DFCC0DE0-1B70-3705-8C65-B8ADBFECCDF1</string>
                   <key>version</key>
                   <string>5.2.1</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilecal</string>
                   <key>uuid</key>
                   <string>E3F6D8DD-E8A3-3F19-A3F6-461D6D9648D4</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilephone</string>
                   <key>uuid</key>
                   <string>10E22426-5242-3AE2-8F27-8A807A0D6384</string>
                   <key>version</key>
                   <string>36</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.camera</string>
                   <key>uuid</key>
                   <string>36C6DFC4-2B1E-3176-BEAD-63847093699B</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileAddressBook</string>
                   <key>uuid</key>
                   <string>A4504DAE-2D05-34E3-A3F3-4364CA408A17</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileSMS</string>
                   <key>uuid</key>
                   <string>339505EB-BBC4-301E-8737-9B095A38BA13</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.purplebuddy</string>
                   <key>uuid</key>
                   <string>A22991BE-412A-3535-AF20-7BA376C5F6BE</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilemail</string>
                   <key>uuid</key>
                   <string>B3574F4B-DED1-315C-B2E5-0E5DE205BE48</string>
                   <key>version</key>
                   <string>53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Passbook</string>
                   <key>uuid</key>
                   <string>45DEA1F9-A7BF-3862-B7BF-E543BF0EE16D</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilenotes</string>
                   <key>uuid</key>
                   <string>64D3CEBF-32E9-3296-8C4C-5BE61DE13601</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.stocks</string>
                   <key>uuid</key>
                   <string>3A9ECA7F-3D9B-3E69-82D9-DC1B8DC04B7F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AppStore</string>
                   <key>uuid</key>
                   <string>70D8AE8E-862C-3168-BB99-7A17421BDF46</string>
                   <key>version</key>
                   <string>2.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Music</string>
                   <key>uuid</key>
                   <string>7CB348F1-3935-32E2-8397-FB39CF72370E</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.weather</string>
                   <key>uuid</key>
                   <string>97FC00E7-0B4D-3CC4-AC94-4585AA6E565B</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.kik.chat</string>
                   <key>uuid</key>
                   <string>0D0CA348-8DC0-3496-89E9-C4D10B9B1A53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesms.compose</string>
                   <key>uuid</key>
                   <string>3FFBB737-67C7-3B74-870A-6162C414D4AA</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Preferences</string>
                   <key>uuid</key>
                   <string>1616442C-DA90-340B-9B97-14F14148C47F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileStore</string>
                   <key>uuid</key>
                   <string>315A1441-2891-3561-814C-1577F01F81EC</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobileslideshow</string>
                   <key>uuid</key>
                   <string>FB91BA14-94C8-338E-9EBD-742F1822217E</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesafari</string>
                   <key>uuid</key>
                   <string>3918023E-A067-3CDA-85A4-5BA6EEA12202</string>
                   <key>version</key>
                   <string>9537.53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.sgiggle.Tango</string>
                   <key>uuid</key>
                   <string>B3749827-4670-3E06-94ED-39492C587CE8</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.quicklook.quicklookd</string>
                   <key>uuid</key>
                   <string>FD920C08-3BED-3531-B481-A9C2ED18ED18</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
         </array>
         <key>ADBaselineDigest</key>
         <string>(no baseline)</string>
         <key>ADCrashLogVersion</key>
         <integer>1</integer>
         <key>ADDistributions</key>
         <dict>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadTime</k ey>
              <array>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadTime</k ey>
              <array>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.OTACrashCopier.successfulSubmissionTime</key>
              <array>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.app.controlcenter.screenOnTime</key>
              <array>
                   <real>1.4780386666666667</real>
                   <real>13.109959708333335</real>
                   <real>4.6316741166666677</real>
                   <real>94.127714359813936</real>
                   <integer>5</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.notifications.screen OnTime</key>
              <array>
                   <real>0.20689066666666667</real>
                   <real>6.3412705416666668</real>
                   <real>1.6003759027777777</real>
                   <real>29.025233122905501</real>
                   <integer>9</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.today.screenOnTime</ key>
              <array>
                   <real>0.25437445833333333</real>
                   <real>41.289182958333335</real>
                   <real>3.702015682692307</real>
                   <real>1531.0200819732686</real>
                   <integer>13</integer>
              </array>
              <key>com.apple.springboard.appswitcher.screenOnTime</key>
              <array>
                   <real>0.4827029166666667</real>
                   <real>67.364330500000008</real>
                   <real>3.3927100490362823</real>
                   <real>7172.0978896532797</real>
                   <integer>147</integer>
              </array>
              <key>com.apple.springboard.homescreen.controlcenter.screenOnTime</key>
              <array>
                   <real>2.8118167916666668</real>
                   <real>69.686451333333338</real>
                   <real>29.670307458333333</real>
                   <real>2495.7941294668854</real>
                   <integer>3</integer>
              </array>
              <key>com.apple.springboard.homescreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.homescreen.screenOnTime</key>
              <array>
                   <real>0.10140283333333334</real>
                   <real>353.54768808333336</real>
                   <real>17.245344634876545</real>
                   <real>190523.36744610147</real>
                   <integer>135</integer>
              </array>
              <key>com.apple.springboard.lockscreen.audio.screenOnTime</key>
              <array>
                   <real>0.42973641666666668</real>
                   <real>131.09283433333334</real>
                   <real>16.754546879807691</real>
                   <real>23110.085386656727</real>
                   <integer>26</integer>
              </array>
              <key>com.apple.springboard.lockscreen.controlcenter.screenOnTime</key>
              <array>
                   <real>0.35356800000000005</real>
                   <real>44.037761541666669</real>
                   <real>16.706775791666669</real>
                   <real>1441.8351079120398</real>
                   <integer>6</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.notifications .screenOnTime</key>
              <array>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.40519129166666668</real>
                   <real>0.82319154166666675</real>
                   <real>0.62049895833333335</real>
                   <real>0.10547232738842713</real>
                   <integer>4</integer>
              </array>
              <key>com.apple.springboard.lockscreen.screenOnTime</key>
              <array>
                   <real>0.64972649999999998</real>
                   <real>32.518732875000005</real>
                   <real>5.014174195588236</real>
                   <real>1603.2079901613836</real>
                   <integer>85</integer>
              </array>
              <key>com.apple.springboard.thermalLevels</key>
              <array>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <integer>4</integer>
              </array>
         </dict>
         <key>ADLogCreationDate</key>
         <date>2014-03-11T00:05:02Z</date>
         <key>ADMetadata</key>
         <dict>
              <key>ADUserInterfaceLanguage</key>
              <string>en</string>
              <key>ADUserSetRegionFormat</key>
              <string>US</string>
         </dict>
         <key>ADScalars</key>
         <dict>
              <key>appActivationCount.com.apple.AppStore</key>
              <integer>9</integer>
              <key>appActivationCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.MobileSMS</key>
              <integer>31</integer>
              <key>appActivationCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Preferences</key>
              <integer>36</integer>
              <key>appActivationCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilemail</key>
              <integer>26</integer>
              <key>appActivationCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilephone</key>
              <integer>20</integer>
              <key>appActivationCount.com.apple.mobilesafari</key>
              <integer>93</integer>
              <key>appActivationCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.purplebuddy</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.stocks</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appActivationCount.com.kik.chat</key>
              <integer>19</integer>
              <key>appActivationCount.com.pandora</key>
              <integer>14</integer>
              <key>appActivationCount.com.sgiggle.Tango</key>
              <integer>15</integer>
              <key>appActiveTime.com.apple.AppStore</key>
              <integer>1229</integer>
              <key>appActiveTime.com.apple.MobileAddressBook</key>
              <integer>46</integer>
              <key>appActiveTime.com.apple.MobileSMS</key>
              <integer>1149</integer>
              <key>appActiveTime.com.apple.MobileStore</key>
              <integer>136</integer>
              <key>appActiveTime.com.apple.Passbook</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.Preferences</key>
              <integer>2065</integer>
              <key>appActiveTime.com.apple.camera</key>
              <integer>47</integer>
              <key>appActiveTime.com.apple.mobilecal</key>
              <integer>26</integer>
              <key>appActiveTime.com.apple.mobilemail</key>
              <integer>615</integer>
              <key>appActiveTime.com.apple.mobilenotes</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.mobilephone</key>
              <integer>5967</integer>
              <key>appActiveTime.com.apple.mobilesafari</key>
              <integer>28132</integer>
              <key>appActiveTime.com.apple.mobileslideshow</key>
              <integer>80</integer>
              <key>appActiveTime.com.apple.purplebuddy</key>
              <integer>494</integer>
              <key>appActiveTime.com.apple.stocks</key>
              <integer>64</integer>
              <key>appActiveTime.com.apple.weather</key>
              <integer>15</integer>
              <key>appActiveTime.com.kik.chat</key>
              <integer>619</integer>
              <key>appActiveTime.com.pandora</key>
              <integer>4610</integer>
              <key>appActiveTime.com.sgiggle.Tango</key>
              <integer>1867</integer>
              <key>appBackgroundActiveTime.com.apple.AdSheetPhone</key>
              <integer>231</integer>
              <key>appBackgroundActiveTime.com.apple.AppStore</key>
              <integer>48</integer>
              <key>appBackgroundActiveTime.com.apple.MobileAddressBook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.MobileSMS</key>
              <integer>29181</integer>
              <key>appBackgroundActiveTime.com.apple.MobileStore</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Music</key>
              <integer>1281</integer>
              <key>appBackgroundActiveTime.com.apple.Passbook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Preferences</key>
              <integer>526</integer>
              <key>appBackgroundActiveTime.com.apple.camera</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilecal</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilemail</key>
              <integer>60257</integer>
              <key>appBackgroundActiveTime.com.apple.mobilenotes</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilephone</key>
              <integer>28113</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesafari</key>
              <integer>3734</integer>
              <key>appBackgroundActiveTime.com.apple.mobileslideshow</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesms.compose</key>
              <integer>89</integer>
              <key>appBackgroundActiveTime.com.apple.purplebuddy</key>
              <integer>130</integer>
              <key>appBackgroundActiveTime.com.apple.quicklook.quicklookd</key>
              <integer>7230</integer>
              <key>appBackgroundActiveTime.com.apple.stocks</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.weather</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.kik.chat</key>
              <integer>1373</integer>
              <key>appBackgroundActiveTime.com.pandora</key>
              <integer>13858</integer>
              <key>appBackgroundActiveTime.com.sgiggle.Tango</key>
              <integer>530</integer>
              <key>appLaunchCount.com.apple.AdSheetPhone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.AppStore</key>
              <integer>3</integer>
              <key>appLaunchCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.MobileSMS</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Music</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Preferences</key>
              <integer>10</integer>
              <key>appLaunchCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilemail</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilephone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.mobilesafari</key>
              <integer>8</integer>
              <key>appLaunchCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilesms.compose</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.purplebuddy</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.quicklook.quicklookd</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.stocks</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appLaunchCount.com.kik.chat</key>
              <integer>2</integer>
              <key>appLaunchCount.com.pandora</key>
              <integer>3</integer>
              <key>appLaunchCount.com.sgiggle.Tango</key>
              <integer>5</integer>
              <key>appMapKitStandardMode</key>
              <integer>6</integer>
              <key>appMapKitStandardModeTime</key>
              <integer>86</integer>
              <key>com.apple.Advertising.LimitAdTracking</key>
              <integer>1</integer>
              <key>com.apple.Advertising.ResetAdIdentifier</key>
              <integer>6</integer>
              <key>com.apple.Duet.fetch.any.triggered</key>
              <integer>53</integer>
              <key>com.apple.Duet.fetch.denied</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.denied.data_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.energy_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.poor_signal</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.updates.failed</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.updates.given</key>
              <integer>0</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.AppStore </key>
              <integer>50</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileAd dressBook</key>
              <integer>6</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSM S</key>
              <integer>17</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSt ore</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.Preferen ces</key>
              <integer>7850</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilema il</key>
              <integer>59</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobileph one</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilesa fari</key>
              <integer>2013</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.purplebu ddy</key>
              <integer>25</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.springbo ard</key>
              <integer>109</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.stocks</ key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.weather< /key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.total3rdPartyTime< /key>
              <integer>117</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartDa yOfWeek.2</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartHo ur.15</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartDa yOfWeek.1</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartHo ur.22</key>
              <integer>1</integer>
              <key>com.apple.OTACrashCopier.attemptedSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.successfulSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Opened.withTimeout</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Opened.withoutTimeout</key>
              <integer>18</integer>
              <key>com.apple.Preferences.Reset.keyboardDictionary</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.networkSettings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.privacyWarnings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.account_settings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.bluetooth</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.castle</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.general</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Views.general.about</key>
              <integer>17</integer>
              <key>com.apple.Preferences.Views.general.accessibility</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.international</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.reset</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.general.usage</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.messages</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.notes</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.phone</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.photos</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.privacy</key>
              <integer>5</integer>
              <key>com.apple.Preferences.Views.reminders</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.wallpaper</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.Activations.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.AppleID.creations</key>
              <integer>1</integer>
              <key>com.apple.Stocks.ChartUpdater.requests</key>
              <integer>2</integer>
              <key>com.apple.Stocks.NewsUpdater.requests</key>
              <integer>11</integer>
              <key>com.apple.Stocks.StockUpdater.failures</key>
              <integer>2</integer>
              <key>com.apple.Stocks.StockUpdater.requests</key>
              <integer>37</integer>
              <key>com.apple.Stocks.StocksChartView.views</key>
              <integer>1</integer>
              <key>com.apple.Stocks.SymbolValidator.requests</key>
              <integer>20</integer>
              <key>com.apple.Stocks.numberOfStocks</key>
              <integer>0</integer>
              <key>com.apple.Weather.WeatherIdentifier.requests</key>
              <integer>2</integer>
              <key>com.apple.Weather.localWeatherEnabled</key>
              <integer>0</integer>
              <key>com.apple.Weather.numberOfCities</key>
              <integer>2</integer>
              <key>com.apple.accessibility.assistivetouch-switch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.assistivetouch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.bolder.text</key>
              <integer>0</integer>
              <key>com.apple.accessibility.closed-captioning.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.usagecount</key>
              <integer>0</integer>
              <key>com.apple.accessibility.hearing-aid-mode.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.home-click-speed.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.increase.contrast</key>
              <integer>0</integer>
              <key>com.apple.accessibility.largefonts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.lea-hearing-aid.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.led-flash-on-alerts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.monoaudio.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.reduce.motion</key>
              <integer>0</integer>
              <key>com.apple.accessibility.speak-selection.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.whiteonblack.enabled</key>
              <integer>0</integer>
              <key>com.apple.autobrightness.device.color</key>
              <integer>3881788</integer>
              <key>com.apple.coremedia.crabs.vc.assetsize</key>
              <integer>101321</integer>
              <key>com.apple.coremedia.crabs.vc.downloadedbytes</key>
              <integer>2565</integer>
              <key>com.apple.coremedia.crabs.vc.unusedbytes</key>
              <integer>2436</integer>
              <key>com.apple.homebutton.doubleTaps</key>
              <integer>151</integer>
              <key>com.apple.homebutton.pushes</key>
              <integer>412</integer>
              <key>com.apple.iokit.hid.homeButton.wakeCount</key>
              <integer>2</integer>
              <key>com.apple.iokit.hid.powerButton.wakeCount</key>
              <integer>88</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.acceptedCount</ key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.accep tedCount</key>
              <integer>29</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.perfo rmedCount</key>
              <integer>34</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.revis edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.sugge stedCount</key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.dismissedCount< /key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.enabled</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.performedCount< /key>
              <integer>54</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.acce ptedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.perf ormedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.revi sedCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.sugg estedCount</key>
              <integer>20</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.acceptedC ount</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.performed Count</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.suggested Count</key>
              <integer>7</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.revisedCount</k ey>
              <integer>11</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.accept edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.perfor medCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.sugges tedCount</key>
              <integer>6</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.suggestedCount< /key>
              <integer>133</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.used</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.wordCount</key>
              <integer>235</integer>
              <key>com.apple.keyboard.userDictionary.entriesCount</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.icloud</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.totalCount</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.actionSheetShown</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.backNavigationGestureEdgeSwipeBack</key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.backRequested</key>
              <integer>42</integer>
              <key>com.apple.mobilesafari.bookmarkRequested</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.completionURLRank-2</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.forwardNavigationGestureEdgeSwipeForward</ key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.forwardRequested</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.goToCompletionURL</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.goToURLByKeyboardEntry</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.longPressOnLink</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.numberOfTabsOpen</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.openURLFromOtherApp</key>
              <integer>7</integer>
              <key>com.apple.mobilesafari.pagePrefetchingCancelled</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.pagePrefetchingStarted</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.readerAvailable</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.readerUnavailable</key>
              <integer>1235</integer>
              <key>com.apple.mobilesafari.reloadButtonTapped</key>
              <integer>22</integer>
              <key>com.apple.mobilesafari.searchMadeWithEngineID</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.tabClosed</key>
              <integer>12</integer>
              <key>com.apple.mobilesafari.tabOpened</key>
              <integer>5</integer>
              <key>com.apple.mobileslideshow.camera.still.back</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.camera.still.front</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.cameraPhotoCount</key>
              <integer>7</integer>
              <key>com.apple.mobileslideshow.photos.collections</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.delete.fullscreen</key>
              <integer>6</integer>
              <key>com.apple.mobileslideshow.photos.delete.grid</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.moments</key>
              <integer>4</integer>
              <key>com.apple.mobileslideshow.tab.album</key>
              <integer>3</integer>
              <key>com.apple.mobileslideshow.tab.photos</key>
              <integer>2</integer>
              <key>com.apple.networkd.persistent_guidance.none</key>
              <integer>152</integer>
              <key>com.apple.networkd.persistent_guidance.override</key>
              <integer>141</integer>
              <key>com.apple.passbook.passes.count</key>
              <integer>0</integer>
              <key>com.apple.passcode.PasscodeType</key>
              <integer>0</integer>
              <key>com.apple.power.backlight.usersetting</key>
              <integer>52</integer>
              <key>com.apple.power.state.pluggedin.count</key>
              <integer>9</integer>
              <key>com.apple.power.state.pluggedin.duration</key>
      

    It means Version 1.0 of the plist software. UTF-8 is an encoding method: UTF-8 - Wikipedia, the free encyclopedia.
    In the future don't make these long unnecessary posts. Just include the bare essentials.

  • Can any body tell me OR condition in Process Chains.

    Dear ALL
                   Can any body tell me OR condition in Process Chains..
    I have a process chain 0FI_GL_4 datasource.
    I this i  have a start variant  then execute infopackage then activate datastore  data
    and at last  we have put the  OR Condition  which has a description Every (With End : OFIGL_O02 Process Chain has failed).
    That was the description showing to me.
    Now the process chain is running successfully , but iam not getting the OR Condition , why they have put .

    Hi Anil, Please refer this [article|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/005fa02b-8a27-2d10-66a1-df845ef07d15]. This explains how to use Intelligence in Process Chains. Second [article |http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/705aefe8-8a27-2d10-7b8e-88017ee9158c]is reg. using Decision Steps in Process Chains.

  • Can any body tell me how to make changes in the print layout of Fb03.

    hi,
    Can any body tell me how to make changes in the print layout of Fb03.
    I want to add comapny address on the layout.
    Regards
    Mave

    If you mean the correspondence, you have to change the configuration in Financial Accounting -> AR and AP -> Business Transactions -> Outgoing Invoices -> Carry Out abd Check Settings for Correspondence. There, you need to assign your custom Program or Layout for the Correspondence Type (like SAP19) and Program.
    If you mean the display layout in transaction FB03, You can change a few settings, mainly with BKPF and BSEG fields. I don't think you can add company address, though.
    Good luck,
    Bhanu

  • Hi i want to download BW , please can any body tell me that where can

    hi i want to download BW , please can any body tell me that where can i have that
    thanks
    basu

    BW is not available, as far as I am aware, for free download at this time.
    matt

  • Can any body tell me about dotCMS pullContent macro ?

    Can any body tell me about what are the table used by dotCMS pullContent macro ?. Actually i have changed created date of news in contentLet table and inode table whereas whenever i am searching records with that date range those records are not appearing can any body please help me.
    Regards,
    Lokesh Kumar Pattajoshi

    Hi Praveen,
    Event container is the container which stores the values of the BO attaribures which get assigned to that instance of the BO.
    If you go to SWO1 transaction and check the BO for which the event is triggered, you would see all the possible attributes than can be assigned.
    To pass the values of the BO event container to the workflow, you need to maintain the necessary binding between the BO event container and the workflow container. This can be done in the 'Basic Data', Start Events tab. If you click on automatic binding, the system would prompt for a default binding. You could opt to use that or create your own binding. Make sure that the datatypes match.
    After mapping the event container to workflow container, you can check in the workflow log for the values passed to the workflow container. If you like to directly check the values stored in the event container, go to SWO1 and simulate an instance of the BO. You can then check the values there.
    Hope this helps!
    Regards,
    Saumya

  • I have interview in ibm , can any body tell queistion ask by ibm

    hi all
    iam sap fico consultantant i have interview in ibm , can any body tell queistion ask by ibm,if any way to getting interview quiestions please.......
    thank u
    chinna

    Hi,
    Dude, I dont think any one will have questions asked by IBM as such. Try the links below which might help you in your interview. You can also search in this forum for more FAQ's. Get some real time issues from this forum
    http://www.sap-img.com/financial/fi-faq.htm
    http://www.erpgenie.com/sapfunc/fi.htm
    http://www.sapprofessionals.org/?q=125_fi_questions_for_certification
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/sap+solutions&
    All the best
    Regards
    Genie

  • Can any body tell me when we do full buffering db tables

    hello all
    can any body tell me when we do full buffering  , what changes will occurs in database server?
    After buffer we added some fields in database table what changes will be there in database server?

    Hi Swamy,
    refer this link
    http://help.sap.com/saphelp_47x200/helpdata/en/cf/21f244446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/935324d37011d194ba00a0c94260a5/content.htm
    http://abapprogramming.blogspot.com/2007/11/buffering-in-sap-abap.html
    Table Buffer:Table Buffer is a  place on the RAM where we store the whole table temperorly.Single Buffer:It is one type of buffering techniques through which we can store single record of a table on RAM temperorly. If more details are present ...
    This r some think to buffer the data in application server. Buffer not allowed will buffer data in AS.  Data will be fetched directly from Database server. Buffer switched on means it buffers data in AP means data is fetched from application Server. Buffer switched allowed but switched off.  Full buffer to store the table in AP. Generic buffer - It is a comparison of fields i.e. data retired by the matching record.
    Cheers
    Mohinder Singh Chauhan

  • Hi, i want to control my vi from multiple systems using ethernet options can any body tell me how to do that? thans in advance

    hi, i want to control my vi from multiple systems using ethernet options can any body tell me how to do that?  thans in advance

    There are multiple ways of doing this. Here are some of them..
    The Web Publishing tool allows you to publish the front panel and you can control the front panel remotely.http://www.ni.com/white-paper/2911/en/
    The TCP/IP socket can allow you to pass codes "strings" to another computer. Lookup the server client example.
    regards,
    Gautham

  • Can any body tell me, can we attach field exits to Njoy trnsactions in 4.7

    Hi,
      can any body tell me how to attach field exits to the enjoy transactions in 4.7.
    I was not been able to attch the field exits to "Account assignement catagory" in trnasaction ME51N(Purchase requisition creation) using the program "RSMODPRF".
    Please suggest.
    Best Regards
    Ramanjaneya Reddy

    But hey! Your in 4.7, use BADIs!
    Goto transaction SE18, search and you will find some stuff like ME_PROCESS_REQ. There are several dozens for purchasing, so go for the new technics.
    By the way, I'm not sure if workaround is still possible in 4.7.
    Implementation will be done with SE19.
    Regards,
    Christian

  • Can any body tell me, how to send/receive the sms from java application

    Hi All,
    Can any body tell me, how to send/receive the sms from java application to mobile phones.
    I have installed the jsms engine and when i try to connect to the mobile device ,the jsms server is giving
    the following error.
    Cannot connect to GSM Device, error : -11

    The best place to ask your question is at the JSMS website, forum or mailing list since this is no error that directly comes from a class belonging to the core Java classes.

  • Can any body tell me how to get a call for adobe interview for a flex developer post for 2.6 years??

    can any body tell me how to get a call for adobe interview for a flex developer post for 2.6 years??

    hi,
    there's some microsoft support to this issue. check here http://support.microsoft.com/kb/2008385 
    regards.
    From out of Nowhere

  • Can any body tell me how to use the TCODE:ABF1 ?

    Can any body tell me how to use the TCODE:ABF1 ?
    Can any body tell me the different of the ABF1 and FB01?
    Thank very much.

    Hi Jie,
    both Transaction codes are working are same.
    Both are working through program : SAPMF05A.
    Packages are different: FIDC & AB.
    FB01 : we can control objects through F_BKPF_BUK
    Hope its clear.
    Kishore K

  • When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud.

    When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud due to older running system on my macbook pro.

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

Maybe you are looking for