Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
No Answer is Posted For this Question
Be the First to Post Answer
What is collection api?
Why is string builder not thread safe?
Default layout of panel and frame?
Why is it called buffering?
What happens to a static var that is defined within a method of a class?
What is the use of default method in interface in java?
What are null interfaces in JAVA ? and give me some examples?
What does localhost mean?
How will you add panel to a frame?
What is a lightweight component?
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
What is the purpose of the finally clause of a try-catch-finally statement in java programming?